Jump to content

Roll Over Background Colour Change


MoFish

Recommended Posts

to change the background youll need to do this:
[code]
changeme:hover {
background: #000000;
}[/code]

some people use background-color: i just use background:
you can also do this for an image background
[code]
changeme:hover {
background: #000000 url('images/bg.jpg');
}[/code]

color: just changes text color

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.