View Single Post
  #15  
Old 05-02-2005, 01:12 AM
 
WPOO WPOO is offline
 

Advanced Member
  
Join Date: May 2004
Location: Delft - Netherlands -
Posts: 31
 

Default sytle doesn't work with background hover

Thanks I used this to alternate colors but i can not seam to get it to work with hover. below is a example of the code i am using.

skin1.css
Code:
.alternate1{ BACKGROUND-COLOR: #FFFFFF; } .alternate1:hover{ BACKGROUND-COLOR: #000000; } .alternate2{ BACKGROUND-COLOR: #D9D9D9; } .alternate2:hover{ BACKGROUND-COLOR: #000000; }

is there a way to do this.

Thanks in advance. This is a very old but usefull post.

Regards WP
__________________
X-Cart Gold 4.13
X-Configurator
X-ROM
Easy Checkout
Reply With Quote