Jump to content

Scrollbars in CubeCart


Guest k9pds

Recommended Posts

Guest k9pds

:) Hi

Can anyone tell me how.......and where....and what I need to do to get coloured scrollbars ?? I'm OK doing this in html, but not sure how to achieve it in CubeCart.

Thanks in advance

Link to comment
Share on other sites

Guest k9pds

:w00t: Hi

Can anyone tell me how.......and where....and what I need to do to get coloured scrollbars ?? I'm OK doing this in html, but not sure how to achieve it in CubeCart.

Thanks in advance

Where's the community spirit here......................or doesn't anyone know ??? :D

Link to comment
Share on other sites

Guest groovejuice

Problem is colored scrollbars are only supported in IE. This leaves users of other browsers out in the grey/blue cold. If you insist on using them though here is sample CSS code:

body {

scrollbar-3dlight-color:#FFD700; 

scrollbar-arrow-color:#FFFF00;

scrollbar-base-color:#FF6347;

scrollbar-darkshadow-color:#FFA500;

scrollbar-face-color:#008080;

scrollbar-highlight-color:#FF69B4;

scrollbar-shadow-color:#FF00FF;

}



/* CSS rules for the forms scrollbar */



textarea {

scrollbar-3dlight-color:gold;

scrollbar-arrow-color:yellow;

scrollbar-base-color:tomato;

scrollbar-darkshadow-color:orange;

scrollbar-face-color:teal;

scrollbar-highlight-color:hotpink;

scrollbar-shadow-color:magenta;

}

Link to comment
Share on other sites

Guest k9pds

Huh! I just wasted a minute answering this in the skins forum. Please do not spam the forum by asking the same question in several places :on2long:

:zorro: Many thanks, and point taken regarding other browsers - although site stats show that 91% are using IE. This was posted in Skins forum (second attempt) as no-one responded to this one, I thought mebbe it was in the wrong place.

Many thanks anyway, both of ya ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...