3.2.0

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
March 21,
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
March 21,
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
March 21,

This topic is archived.

See also:


Back to support forum