Forums
This topic is locked
scrollbars and iframes
26 Feb 2004 02:26:00 Mark Mr. posted:
I am having trouble with the horizontal scrollbar being visible on my iframe. Even though the text in the frame is not longer than the iframe, the horizontal scrollbar appears whenever the vertical scrollbar does. I have tried overflow-x:hidden; and that does not work. Any suggestions?Replies
Replied 26 Feb 2004 10:42:08
26 Feb 2004 10:42:08 Wayne Hultum replied:
Try putting <b>scrolling="auto"</b> in the iframe tag.
This should make it the the scroll bars appear when needed.
This should make it the the scroll bars appear when needed.