:: Forum >>

Basic question...

New to the whole Firefox browser thing... I HATE the horizontal scrollbar and I've found another topic on here that has this:

<style>
.active-scroll-space {width: 0px!important;}
</style>

to get rid of it..

Can someone help me out and let me know WHERE i'm supposed to put that coding in?

Thank you so much!
Absynthe
Monday, March 21, 2005
Ideally, you'd want that in the header of the HTML, like this:

<html>
<head>
<!-- other header stuff goes here -->
<style>
.active-scroll-space {width: 0px!important;}
</style>
</head>
<body>
<!-- Main HTML page goes here -->
</body>
</html>
ThePsudo@gmail.com
Monday, March 21, 2005
Ah, so you've gotta put it INTO the the website/page's HTML.. and not some function that's with the actual BROWSER to get rid of that? Awwwww .. :(
Absynthe
Monday, March 21, 2005

This topic is archived.


Back to support forum

Forum search