PDA

Click to See Complete Forum and Search --> : another faulty iframe


Quirk
04-13-2008, 02:57 PM
I've been reading on here about iframes, and have not really found a solution to my specific problem.

I have read that iframes are not the best and I should probably just use flash, but I don't have flash and this is all I am really capable of at this point.

The problem is, the images are the size of the frame, but in internet explorer and firefox scroll bars come up as if they are too big for the frame. They only work the way they are supposed to in safari.

I really would appreciate help on this one. Or if there is another way I should do this aside from flash or iframes let me know.

elladurham.com/photography.html

Quirk
04-13-2008, 02:58 PM
elladurham.com/photography.html (http://www.graphicdesignforum.com/forum/elladurham.com/photography.html)

Quirk
04-13-2008, 02:59 PM
dang it!

http://www.elladurham.com/photography.html

noantsinmypants
04-13-2008, 04:41 PM
If the iframe is 500x500px then make the images just a bit smaller. Say. 495x495px.

Be sure to set the scroll on the iframe to no.

<iframe src ="TV.html" id="screen" "name="screen" width="270" height="180" FRAMEBORDER="0" FRAMESPACING="0" BORDER="0" style="position: absolute; left: 350px; top: 210px; z-index:99;" scrolling="no"> </iframe>

Quirk
04-13-2008, 07:13 PM
sweet, thanks, I actually did fix it by making the images their own page and setting them to the background image, and it all works now... I wanted the images to fill out the whole frame because of the way the corners are rounded.