View Single Post
  #4  
Old 10-12-2006, 03:43 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Editing Sort By!

Replace this:

style="TEXT-DECORATION: underline;"

with this:

class="sortby"

Then add this to skin1.css:

.sortby:link {COLOR: #000000; TEXT-DECORATION: none;}
.sortby:visited {COLOR: #000000; TEXT-DECORATION: none;}
.sortby:hover {COLOR: #CC0000; TEXT-DECORATION: none;}
.sortby:active {COLOR: #000000; TEXT-DECORATION: none;}

Then change the colors and styles for each accordingly. The colors above are black for the links, red for the hover.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote