image size for different resolutions

liunx

Guest
i have a 3 frameset webpage with a .jpg image in each frameset. the .jpg's are all image maps, so where the user clicks on each image is obviously important to navigate to the next page.<br />
<br />
the images are huge for a browser in 800x600 resolution, but are better in 1024x768 resolution.<br />
<br />
how do i make it so that these images automatically fit to the window no matter what resolution the user has? is this even possible? would i need a javascript of some kind?<br />
<br />
thank you very much for your help, i can post a screen shot if necessary<!--content-->Perhaps making each image a percentage of the available width, like this?<br />
<br />
<img style="width: 100%"><br />
<br />
Adam<!--content-->SOmething like this might help<br />
<br />
<!-- m --><a class="postlink" href="http://68.145.35.86/skills/javascripts/ResizeImageOnResize.html">http://68.145.35.86/skills/javascripts/ ... esize.html</a><!-- m --><!--content-->
 
Back
Top