5
think i lost myself. do not know if this will work, but worth a try
add this to your style.css
.rollover a {
background-color: #FFFFFF /*change to your background color */
}
.rollover a:hover { background-color: #990000}
| | | this is shooting from the hip, i have not tested this. if you want to have the rollover effect change the gif you would have to do something like this i think:
.rollover a {
background-image:url(your_home.gif);
}
.rollover a:hover {
background-image:url(your_rollover.gif);
}
.rollover1 a {
background-image:url(your.gif);
}
.rollover1 a:hover {
background-image:url(your_rollover.gif);
}
maybe someone else will weigh in on this thread.