3 replies [Last post]
dipak
dipak's picture
User offline. Last seen 25 weeks 2 days ago. Offline
newbie
Timezone: GMT+5.5
Joined: 2010-03-09
Posts: 1
Points: 2

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;

Hugo
Hugo's picture
User offline. Last seen 3 hours 47 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+1
Joined: 2004-06-06
Posts: 14200
Points: 1256

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.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Stomme poes
Stomme poes's picture
User offline. Last seen 4 days 4 hours ago. Offline
rank Elder
Elder
Timezone: GMT+2
Joined: 2008-02-04
Posts: 1807
Points: 321

IE and Opera only

Quote:

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.

I'm no expert, but I fake one on teh Internets

Hugo
Hugo's picture
User offline. Last seen 3 hours 47 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+1
Joined: 2004-06-06
Posts: 14200
Points: 1256

Oh that was what the

Oh that was what the reference to 'Arrow' was Smile silly me; that clears things up then!

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me