I have a div which holds my nav bar, the css for which looks like this
#topnav{
background-image: url(../pics/topnav_bg.gif);
width: 100%;
height: 20px;
}
I want to place my links right aligned in it and have a hover effect which uses a background image called pics/topnav_bg_hover.gif.
Can anyone tell me how to do this?
Thanks![]()






Bookmarks