PDA

View Full Version : IFrame Problem: Help !



HecticMedia
July 13th, 2007, 09:04 AM
Hey guys,

I've got a strange one for you..

I'm using an Iframe in my website.. in Firefox it all works fine, has a vertical scrollbar.. no problem.

But..In Internet Explorer it shows a horizontal one aswell.. I don't want a horizontal one.. does anyone have any ideas?

The website is:

http://www.austinmacauley.com

Thanks to anyone who can help!

Ben :hat:

simplistik
July 13th, 2007, 09:35 AM
iframe { overflow: auto; }

HecticMedia
July 16th, 2007, 10:18 AM
That didn't fix it...

http://www.austinmacauley.com/indexnew.html

any ideas?

Ben

thats all folks
July 16th, 2007, 10:54 AM
This is just a thought, try setting the Iframe to the actual width of the TD, I was always under the impression that the content being loaded into the iframe should be the same width as the TD/Div or the content being scrolled will ad the horizontal bar if the content exceeds the width of iframe.

Cheers and hope it helps

HecticMedia
July 16th, 2007, 11:33 AM
I just did that.. didn't help :(

thats all folks
July 16th, 2007, 12:20 PM
Maybe this will help, I used your current code from your site and made a quick iframe content that seem to work.

Hope it puts you into the right direction.

HecticMedia
July 17th, 2007, 09:09 AM
hi, i noticed the code that you have in welcome.html is:


<link href="/_common/css/iframe.css" rel="stylesheet" type="text/css">

Could you give me the iframe.css?

Thanks!

Ben

HecticMedia
July 19th, 2007, 07:07 AM
bump