PDA

View Full Version : iframe in HTML (no flash)


Flash Gordon
06-13-2005, 07:10 AM
Hi ya.

I just heard of this great little thing here iframe while reading one of oldnewbie post. I didn't know what it was so I looked it up. Anyway I can seem to get rid of the bottom scrollbar that appears. It seems to only appear in IE and not FF.


<iframe src="iframebio.html" height="280" width="300" rameborder="0"></iframe>

Cota
06-13-2005, 07:14 AM
Looks like in IE your text is extended to far right, where in FF, its sizing it correctly. A simple work around would be to place the text inside a table to better control it and keep it from going to far right. Just my opinion.

Flash Gordon
06-13-2005, 07:20 AM
In which page, because the loaded page is actually in a table. Do you mean place the loaded page in a table?

Cota
06-13-2005, 07:22 AM
Iframebio.html, Put it in a table with a width of 300...that should solve the scroll bar problem in theory.

Flash Gordon
06-13-2005, 07:28 AM
nah, didn't work. I even did a table width="250" I just get extra space on the right side and still get a bottom scroller.
Crap :confused:

Cota
06-13-2005, 07:39 AM
Set the horizontal scroll to "No"

Flash Gordon
06-26-2005, 11:28 PM
okay, This is actually a know problem with IE 6
here is the solutions:
http://www.macromedia.com/devnet/mx/dreamweaver/articles/horizontal_scroll.html