I have 1 background image made up 4 buttons on a vertical menu. I’m not sure if there is a way to do this but I was trying to use the sprite technique. I dont have any hover or active states, however. My image. [attachment=0]nav.gif[/attachment]
#nav {
width:34%; /* this width + content width must total 100% */
height:235px;
float:left; /* floats on nav and content divs make them sit side by side */
background: url(nav.gif) no-repeat;
}
#nav_inner li {
padding:0;
margin:0;
width:177px;
height:235px;
list-style:none;