Background Image replacement for list with CSS?

CCMovies

New member
I have my navigation links in an unordered list element (ul) and then a bunch of links (li). I am looking to replace the first with a background image of my logo. But, when I do so, the background is just under the text. I tried doing text-indent: -99999px; and then setting a height and width but no luck. I have the links as display: inline so I cannot make it a block or anything else. How can I make it so that it is still display: inline and have the first li as a background image. Or if I can use an img element and have the text vertical-align: middle (which isn't working). Thanks!
 
Back
Top