Click to See Complete Forum and Search --> : image size for different resolutions


redsand198
06-13-2003, 08:01 AM
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.

the images are huge for a browser in 800x600 resolution, but are better in 1024x768 resolution.

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?

thank you very much for your help, i can post a screen shot if necessary

AdamGundry
06-13-2003, 08:35 AM
Perhaps making each image a percentage of the available width, like this?

<img style="width: 100%">

Adam

Khalid Ali
06-13-2003, 08:48 AM
SOmething like this might help

http://68.145.35.86/skills/javascripts/ResizeImageOnResize.html