Topic: CSS
I can't figure out how to get current menu items to change image from the rest of the image header... IE http://mbtshoesinfo.com Home graphic should be blue instead of red.
You are not logged in. Please login or register.
I can't figure out how to get current menu items to change image from the rest of the image header... IE http://mbtshoesinfo.com Home graphic should be blue instead of red.
try using hover in css. Example:
.title a {background-color: red;}
.title a:hover {background-color: blue;}
Hosting provided by aTech Media