|
-
Sep 4th, 2004, 06:21 PM
#1
Thread Starter
Hyperactive Member
HTML: Vertical Scrollbar [RESOLVED]
Hello,
In an IFrame, there is 2 scrollbars. The horizontal one isn't needed (just go with it...) and I want to get rid of it. I do not, however, want to get rid of the vertical one.
How do I do this?
I have tried using a css and putting:
Code:
body
{
overflow: hidden;
}
Also, I have looked at CSS Overflow and nothing works.
Thanks,
Alacritous
Last edited by alacritous; Sep 22nd, 2004 at 08:49 PM.
-
Sep 4th, 2004, 06:49 PM
#2
Thread Starter
Hyperactive Member
Actually, I solved it myself.
For anyone wanting to know, you put the following in the iframe's brackets:
I don't know the reason, but it works.
For instance:
Code:
<iFRAME scrolling=yes src="blahh"></iFRAME>
Alacritous
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|