Jump to content

Scroll Bar in Firefox


Srinu_ss5

Recommended Posts

firefox does very much support cssas for the scrollbar..perhaps you can tell us the code your using. then we'll be able to help a bit more.i read somewhere about changing the colour of the scrollbar, but it only worked in IE and not any other browsers. but i cant remember if that was script based or css based.

Link to comment
Share on other sites

firefox does very much support cssas for the scrollbar..perhaps you can tell us the code your using. then we'll be able to help a bit more.i read somewhere about changing the colour of the scrollbar, but it only worked in IE and not any other browsers. but i cant remember if that was script based or css based.

I am using file1.css in which i wrote one class as and calling that file .WorkAreaDivStyle{ PADDING-RIGHT: 15px; SCROLLBAR-FACE-COLOR: #ccccdd; FONT-SIZE: 10px; SCROLLBAR-HIGHLIGHT-COLOR: white; OVERFLOW: auto; WIDTH: 100%; SCROLLBAR-SHADOW-COLOR: silver; SCROLLBAR-ARROW-COLOR: black; FONT-FAMILY: Verdana; SCROLLBAR-BASE-COLOR: black; POSITION: relative; HEIGHT: 360px; BACKGROUND-COLOR: whitesmoke; scrollbar-3d-light-color: yellow; scrollbar-dark-shadow-color: red}and in my <div> tag iam calling it as<div id="divWorkArea" class="WorkAreaDivStyle">iam getting correct Output in IE but it is not allpying to Firefox
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...