X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Cant seem to add a second set of link properties. (https://forum.x-cart.com/showthread.php?t=7521)

deftgroup 05-10-2004 12:07 PM

Cant seem to add a second set of link properties.
 
Usuing CSS. Made a diffrent class.. But the links are includes so where can I apply it. Mainly only for the tabs.tpl

BCSE 05-12-2004 07:15 AM

Here's what I did a long time ago to make alternate link properties. I added this to the skin1.css file

Quote:

A.AltLinkColor {
COLOR: #FFFFFF; TEXT-DECORATION: none;
}
A:visited.AltLinkColor {
COLOR: #FFFFFF;
}
A:hover.AltLinkColor {
COLOR: #ffffff; TEXT-DECORATION: underline;
}

Something like this would work and then just put class=AltLinkColor in the <a href="bla bla bla"> tag.

HTH

Carrie


All times are GMT -8. The time now is 03:45 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.