View Single Post
  #10  
Old 04-18-2006, 04:08 AM
 
vixnfox vixnfox is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: Adelaide, South Australia
Posts: 82
 

Default

you can make the label a link in Languages ie:

Photography

but you might want to make the <a> tag a css class and make the visited link the same colour as the link itself.

eg:
Photography

Code:
.yourlink A:link { COLOR: #081589; TEXT-DECORATION: none; } .yourlink A:visited { COLOR: #081589; TEXT-DECORATION: none; } .yourlink A:hover { COLOR: #FF0000; TEXT-DECORATION: underline; } .yourlink A:active { COLOR: #081589; TEXT-DECORATION: none; }
FYI x-cart uses skin1.css in the root of skin1

vixnfox
__________________
V 4.3.1 Live:

Developing on
PHP 5.3.0
MySQL server 5.0.75-community-log
MySQL client 5.1.36
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11
Windows 7 64bit on a Toshiba Satellite P500

ADELAIDE, SOUTH AUSTRALIA
Reply With Quote