You are not logged in.

#1 2008-12-20 12:14:40

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Can you remove Firefox Scroll Bar ....[Solved]

In Firefox I am looking for a way to remove side scroll bar

Is this possible?

Did have a quick google but only came up with tab scroll????

Last edited by Mr Green (2008-12-20 20:55:47)


Mr Green

Offline

#2 2008-12-20 13:14:30

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: Can you remove Firefox Scroll Bar ....[Solved]

That's a very good idea! big_smile

http://userstyles.org/styles/9425

(you need the Stylish add-on for it to work).


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#3 2008-12-20 13:39:50

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: Can you remove Firefox Scroll Bar ....[Solved]

I never thought of that thanks man :-)

Did not quite work as I thought it does remove scrollbar but you lose mouse wheel scrolling ;-(

All I need now is Butler :-)

Last edited by Mr Green (2008-12-20 17:28:16)


Mr Green

Offline

#4 2008-12-20 19:24:54

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: Can you remove Firefox Scroll Bar ....[Solved]

Mr Green wrote:

it does remove scrollbar but you lose mouse wheel scrolling ;-(

I use the following… wink

/* hide vertical scrollbar */
notificationbox {
    overflow-x: hidden;
}
browser[type="content-primary"], browser[type="content-targetable"] {
    overflow-y: scroll;
    margin-right: -12px; /* 12px == width of my scrollbar */
}

Offline

#5 2008-12-20 19:28:36

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: Can you remove Firefox Scroll Bar ....[Solved]

finferflu wrote:

you need the Stylish add-on for it to work

Just add it to your userChrome.css (no need for extra add-ons).

Offline

#6 2008-12-20 20:52:08

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: Can you remove Firefox Scroll Bar ....[Solved]

Man why could I not find that with google? ..........

/me fires up vi :-)

Sweet!!!!!!

Last edited by Mr Green (2008-12-20 20:55:30)


Mr Green

Offline

#7 2009-07-05 03:25:46

dingir-xul
Member
Registered: 2009-03-22
Posts: 1

Re: Can you remove Firefox Scroll Bar ....[Solved]

Thanks, N30N. Your suggestion answered my question as well.

Cheers,
Andrew

Offline

#8 2009-07-05 03:32:29

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: Can you remove Firefox Scroll Bar ....[Solved]

Why didn't I ever think of that?? I love it!


.:[My Blog] || [My GitHub]:.

Offline

#9 2009-07-05 03:33:24

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: Can you remove Firefox Scroll Bar ....[Solved]

Offline

Board footer

Powered by FluxBB