BreaL
01-11-2003, 06:22 PM
I have iFrames, and I have included in the tag "<scroll="yes">, yet no scrollbar will appear in the frame. Is there something else that I need to add?
|
View Full Version : Scrolling iFrames BreaL 01-11-2003, 06:22 PM I have iFrames, and I have included in the tag "<scroll="yes">, yet no scrollbar will appear in the frame. Is there something else that I need to add? starlet 01-11-2003, 06:42 PM You shouldnt have to add anything about scrollbars to the code, assuming the page inside is long enough it will automatically scroll.... BreaL 01-11-2003, 06:53 PM I tried that, but it still doesn't work. Here's the code: <iframe src="http://www.laril.net/index2.html" name="main" width="400" height="220" frameborder="no" style="position:absolute; bottom:88;right:222;"></iframe> It's long enough to scroll, but will only scroll down if I highlight the text all the way. Dude128 01-11-2003, 07:02 PM you have scroll="no" in the <body> tag of the page inside the iframe (index2.html)... just take that out BreaL 01-11-2003, 07:15 PM Okay, now it works. Thanks! |