Hi Dave,

If you can throw an id on each main menu item you could do something
like this for each one (assuming you put the un-hovered and hovered
states in the same image, say 100px apart along the y axis):

#aboutus a { background: transparent url(aboutus.jpg) no-repeat 0 0; }
#aboutus:hover a, #aboutus.sfHover a { background-position: 0 -100px; }

Does that help any?

Joel Birch.

Reply via email to