Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-09-2006, 01:10 PM   PM User | #1
n8thegreatest
New to the CF scene

 
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
n8thegreatest is an unknown quantity at this point
Unhappy Scrollbar trouble in Firefox

Hello

Sorry if this problem has already been addressed.

I'm trying to get rid of the scrollbar on a page using HTML. I put scroll="no" into the body tag, but that only worked for IE. How do I get rid of the scrollbar for FireFox? I'm still sort of new to HTML so go easy on me...

Thanks,
Nate
n8thegreatest is offline   Reply With Quote
Old 05-09-2006, 01:26 PM   PM User | #2
BonRouge
Regular Coder

 
BonRouge's Avatar
 
Join Date: Mar 2006
Location: Sendai, Japan
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
BonRouge is on a distinguished road
I'm wondering why you'd want to get rid of the scrollbar...?

If there is a good reason to do this (though I can't imagine what), you can use CSS. Put this in your head:
Code:
<style type="text/css">
html {
overflow:hidden;
}
</style>
__________________
bonrouge
BonRouge is offline   Reply With Quote
Old 05-09-2006, 01:28 PM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,604
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Firefox doesn't show a scrollbar anyway if the content is less than the screen can display. You didn't specify which scrollbar you wanna get rid of - horizontal or vertical? It would help if you provided the code of your page or a link to that page.
VIPStephan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:36 AM.


Advertisement
Log in to turn off these ads.