04162008 1126 GMT-6

I have horizontal navigation that uses graphic button backgrounds in a <li>.
In IE the buttons are in vertical rows.

li {
display: inline;
}

#nav a {
margin: auto;
background: url("graphics/ButtonBackground.png"} no-repeat top left;
text-align: center;
}

#nav a:hover {
background: url("graphics/ButtonBackground.png"} no-repeat top right;
color: black;
}

When I do this without the background image it seems to work fine but with the 
background image it will not.

Wade
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to