I'm at a loss. I can't get this to work. Any ideas? #menu ul {list-style-type:none;padding:0;margin:0px;} #menu li {background:url('li.gif') no-repeat center left;padding-left:15px;} #menu li a {font-family:verdana;font-size:12px;font-weight:bold;color:#000000;text-decoration:none;letter-spacing:-1px;} Code (markup): <div id="menu"><ul><li><a href="#">Link Here</a></li></ul></div> Code (markup): Appreciate any assistance on this. Thanks!
A page demo would have been much better, but anyway try changing the background part to #menu li { background:url('li.gif') left center no-repeat; } might be helpful.
Yeah, sorry, should have probably shown a demo. My bad. Appreciate the help. Unfortunately, it did not work for me. I think I'm giving up on showing an image for the li in firefox....tried so many different things. Thanks Again!