This is my first post on here and I’m wondering if someone can help me.
I am using a css sprite for a horizontal navigation menu. It works great, but each li is showing 2 positions of the sprite rather than just the one position that I am specifying. I’ve gone over the code a dozen times and am missing something obviously.
You can see it here:
alphajulietbravo dot com slash test slash
(it won’t let me put the link because I’m a new member)
Good eye ralph
I had it straightened out too but I got distracted with something else.
@ajbohac
You can loose that display:block that is set with the floats in this case.
Though not technically the same, the float will generate a block box of it’s own. Just be sure to get the float back on the #menu li