Click to See Complete Forum and Search --> : Pictures in IFRAMEs


passingtramp
05-29-2005, 01:02 PM
Hi-
This may well be a stupid question. I am using an IFRAME in my site, and have links on the outer page which bring up pictures in the IFRAME. (e.g. <a href="STA_0845.JPG" target="inner">). My prob is the pictures load up fine, but not resized to the size of the IFRAME. Is there any way of making them be resized to the size of the IFRAME? Such as both Internet Explorer and Firefox do when you load up a .jpg in the browser normally.

Hope question makes even small amount of sense, and thanks.

Brkwtzandrew
05-29-2005, 02:05 PM
...yea I get it
Here is what to do put the images each in their own seperate html document
<Img src="" height="" width="">
then have the iframe open the html documents instead of the image by itself.
Hope that answers the question
-Brkwtzandrew