Thread: CSS Rollovers
View Single Post
03-04-2007, 09:50 PM
#11
opserty is offline opserty
Status: I love this place
Join date: Jan 2005
Location: UK, Birmingham
Expertise:
Software:
 
Posts: 606
iTrader: 0 / 0%
 

opserty is on a distinguished road

Send a message via MSN to opserty

  Old

Else you can just add them to the background of the list item anchor and give them a position which can't be seen

E.g.
HTML Code:
#nav li a {
...
background: url('../images/menu_hover.jpg') -100px -100px no-repeat;
}
Haven't tested but I found it somewhere else and heard that it works.