A small problem of FF scrollbar

the UP and Down buttoms just stick together.shouldn't they be seperated by the scrollbar?

how to change their positions?

post-29008-1122270883_thumb.jpg

Clip_4.jpg
Clip_4.jpg

#303326

I switched Visual Styles to inspirat SE to check this, and I don't have that problem. Maybe it is something to do with your Firefox theme, and not the Visual Style? ALso, do you have the latest version of Firefox, we're in 1.0.6 now, so perhaps upgrading will help. Good luck with it.

#303887

I switched Visual Styles to inspirat SE to check this, and I don't have that problem. Maybe it is something to do with your Firefox theme, and not the Visual Style? ALso, do you have the latest version of Firefox, we're in 1.0.6 now, so perhaps upgrading will help. Good luck with it.

it's a problem of FF itself casue i uesd many VS and Wb but it still remain.

And i used many FF themes too. They also have the same problem.

i already update FF to 1.06 and i have this problem since 1.04.

Mabye the setting file has a error...

#303909

is this a pc or a mac? and what ff theme is that?

#303911

the theme is inspirat by stefanka.

Did you changed your userChrome.css? I know you can get the scrollbar buttons like that if you add certain code to your UserChrome file

#303920

it inspirat FFskin by ManiSeb

Yes, i am using an userChrome.css that i downloaded long ago. i forgot the date.

i found this code in my css:

scrollbarbutton[sbattr=scrollbar-up-top]{

display: none !important;

}

scrollbarbutton[sbattr=scrollbar-up-bottom]{

display: -moz-box !important;

}

is this code make made the scrollbar like that?

#303923

thank everyone!

i found out what cause this problem. my usercontent.css also has the code above. after i changed the word 'none' in

"scrollbar-up-top"]{

display: none !important

to -moz-box, the problem was solved.

#303928