Image Relative to size of window

hassie

Newcomer
Joined
Nov 3, 2005
Messages
2
What is the best way to position an image on an ASP.NET page so it is relative to the size of the window?
 
The best way would be getting the client screen size and using that in your code to size the image when rendering the form. Use javascript screen.availHeight and screen.availWidth functions.
 
Back
Top