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)
-   -   Hover Colour ? (https://forum.x-cart.com/showthread.php?t=23078)

Anonymous999 07-06-2006 10:59 PM

Hover Colour ?
 
Hi

I am just editing the standard CSS sheet for colours etc

One thing i would like to do is that at present when the mouse hovers over a link in the left menu it changes colour and gets underlined

I believe this is the ref in the css sheet

A:hover {
COLOR: #005523;
TEXT-DECORATION: underline;

What i would like to do is when the text (link in left menu bar) is hovered over that the text changes to reversed ie it is in a block...

If you see what i mean ?

balinor 07-07-2006 02:26 AM

You mean have a background color apear?

Anonymous999 07-07-2006 03:53 AM

Yes, thats what i mean!

Like text stays the same colur but the background round the text goes Blue for instance ?

balinor 07-07-2006 04:01 AM

Add this to the hover class:

background-color: #333333;

Change the number to whatever color you want.

Anonymous999 07-07-2006 05:17 AM

Thanks :)


All times are GMT -8. The time now is 02:00 PM.

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