Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CSS


epact

Recommended Posts

Hi Folks,

 

One thing first is a big thank you to all involved in OS Commerce :thumbsup:

 

Second is what would you need to add to the CSS in order to change the following :?:

 

{

scrollbar-base-color: #007500;

scrollbar-darkshadow-color: #FEFE00;

scrollbar-shadow-color: #007500;

scrollbar-track-color: #FEFDFD;

scrollbar-highlight-color: #FEFE00;

scrollbar-3d-light-color: #FFFFFF;

scrollbar-arrow-color: #FFFFFF;

}

 

I tried a few things but it wouldn't work :(

 

I want to keep it in the CSS if possible cos its neater, any help will get a big thank you :!:

 

Derek

Link to comment
Share on other sites

Here's a portion of my CSS file that works fine, I just added the scrollbar to the very type, right after the BODY { and in with the background colors:

 

BODY {

scrollbar-3dlight-color : #000000;

scrollbar-arrow-color : #000000;

scrollbar-base-color : #99CC66;

scrollbar-darkshadow-color : Black;

scrollbar-face-color : #99CC66;

scrollbar-highlight-color : #000000;

scrollbar-shadow-color : #000000;

scrollbar-track-color : #99CC66;

background-color: #ffffff;

color: #000000;

}

 

A {

color: #000000;

text-decoration: none;

}

 

A:hover {

color: #CCCC99;

text-decoration: underline;

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...