midnight_starz
07-21-2003, 11:13 PM
Is there a way to code a horizantal scrollbar in an iframe, without a vertical one? I need to put it on the bottom of an iframe. Can anyone help?!?!
|
View Full Version : Horizontal scrollbars??? midnight_starz 07-21-2003, 11:13 PM Is there a way to code a horizantal scrollbar in an iframe, without a vertical one? I need to put it on the bottom of an iframe. Can anyone help?!?! kittycat 07-21-2003, 11:23 PM The scrollbar will show up if the content is wider than the iframe, there's no code for it. Just put a table or div inside the iframe that's wider than the iframe, but has a lesser height. midnight_starz 07-22-2003, 01:39 PM mkay. It works. |