View Single Post
Old 12-09-2003, 11:54 AM   #11 (permalink)
LazyJim
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,468
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to behold
Send a message via MSN to LazyJim
of course the window would have to be full size then.

the javascript solution would be:
<img src="../Meteora/quoterequest_files/header2.gif" border="0" onload="this.width = screen.width; this.height= screen.heght;">

or if you want to keep the aspect ratio just do it on the width (or swap width for height):
<img src="../Meteora/quoterequest_files/header2.gif" border="0" onload="this.width = screen.width;>

If you want to do this on many images, you could have a script function instead of putting the code in the images.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline   Reply With Quote