need help, scrollbars

liunx

Guest
does any1 know if u can change the width of the vertical scrollbar or the height of the horizontal one becaus they ruin the frames in my message boads and i need them one pixel thinner lol :confused:

thanks for the help :cool:NoFang, I have a question:

I take it that Firefox does not read Scrollbar CSS. Is that true?

I just Download ed Firefox and tried a page i'm working on and it turned out great, except for the scrollbar:

BODY {
SCROLLBAR-FACE-COLOR: #49a4dd; SCROLLBAR-HIGHLIGHT-COLOR: #49a4dd; SCROLLBAR-SHADOW-COLOR: #49a4dd; SCROLLBAR-3DLIGHT-COLOR: #49a4dd; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #deeef6; SCROLLBAR-DARKSHADOW-COLOR: #49a4dd; SCROLLBAR-BASE-COLOR: #49a4dd
}As good as firefox is, and Ill never stop using it unless they make a better browser, it cant read a lot css stuff. Mine cant even read javascript and I have it configured to do so.The CSS to change the scrollbar is proprietary Microsoft code.

Scrollbars are not part of the web page they are part of the operating system. Anyone can change their operating system settings to change scrollbar widths.Fang, I have a question:

I take it that Firefox does not read Scrollbar CSS. Is that true?

I just Download ed Firefox and tried a page i'm working on and it turned out great, except for the scrollbar:

BODY {
SCROLLBAR-FACE-COLOR: #49a4dd; SCROLLBAR-HIGHLIGHT-COLOR: #49a4dd; SCROLLBAR-SHADOW-COLOR: #49a4dd; SCROLLBAR-3DLIGHT-COLOR: #49a4dd; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #deeef6; SCROLLBAR-DARKSHADOW-COLOR: #49a4dd; SCROLLBAR-BASE-COLOR: #49a4dd
}
Read: <http://www.useit.com/alertbox/20050711.html>.I don’t understand. What standardized CSS (<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS2">http://www.w3.org/TR/CSS2</a><!-- m -->) can Firefox not read that IE can? I don’t think there is any.

Also, while Firefox is not the fastest browser when it comes to JavaScript processing, it does have a wide range of support, and even stretches into compatibility mode where it can understand a lot of IE-proprietary JavaScript. It’s not perfect — there’s a lot of IE-only JavaScript code out there — but it helps to make things work even though they shouldn’t.

If you’ve configured JavaScript to be disabled on accident or have settings to disallow specific events (e.g., window resizing via JavaScript), then Firefox will behave as the settings specify. Your problem is most likely a configuration error and not from Firefox itself.As good as firefox is, and Ill never stop using it unless they make a better browser, it cant read a lot css stuff. Mine cant even read javascript and I have it configured to do so.
Open the Javascript console. Your Javascript is probably incorrect.What do you mean by incorrect? My console shows a bunch of errors every time I open it.What do you mean by incorrect? My console shows a bunch of errors every time I open it.JavaScript errors on your or other's pages. IE and FF have slightly differing JavaScript methods.hey lol i wasnt talking about firefox or javascript, i was asking for help about scroll bars lolhey lol i wasnt talking about firefox or javascript, i was asking for help about scroll bars lol
You can only change the scrollbar look, effects, and color. I have yet to find a code that will let you change the size and graphics. :p

JavaScript errors on your or other's pages. IE and FF have slightly differing JavaScript methods.
Yeah FF doesnt handle them correctly. I can't get any (or most) of them to work.k ty for the help... people... actually person
 
Back
Top