I have used in this css IE7 Is ok But Mozilla is not correct Arrow in the so please help me
scrollbar-face-color:White;
scrollbar-base-color:White;
scrollbar-shadow-color:White;
scrollbar-darkshadow-color:White;
scrollbar-arrow-color:#FD971E;
scrollbar-track-color:#ECECEC;
scrollbar-highlight-color:White;
overflow: auto;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
width: 610px;
position: relative;
height: 250px;
What 'Arrow'? You will need
What 'Arrow'?
You will need to explain things a little bit more and add the markup so we can see to what elements these properties apply, also it would help if you showed the whole ruleset with it's selectors.
A quick read of the forum posting guidelines would help you understand what we need to be able to lend assistance.
IE and Opera only
I have used in this css IE7 Is ok But Mozilla is not correct
No reason not to mention to the OP that the first seven properties only work in IE and Opera (and Opera users still need to specifically allow it). Mozilla does not accept scrollbar properties.
scrollbar-arrow-color:#FD971E; is proprietary CSS.
Oh that was what the
Oh that was what the reference to 'Arrow' was
silly me; that clears things up then!

