revul
18th May 06, 02:52 PM
Hey all - first post here and I'm excited to share/receive knowledge from an ALL CSS forum...
On to the issue - currently I'm styling a navigation with an unordered list, where each item is replaced with a background image and the text is removed from view. I think this is causing my background image of the div the navigation is contained in to NOT show up, because technically there isn't anything inside it to display.
Just to clarify in case I'm not making sense:
- navigation container has a background image applied to it
- navigation list items have text removed from view with CSS, and also have a background image applied
- navigation container background image isn't showing up (I think because of utilizing background images on the list items)
Has anyone else encountered a problem like this, or have a suggestion on solving?
On to the issue - currently I'm styling a navigation with an unordered list, where each item is replaced with a background image and the text is removed from view. I think this is causing my background image of the div the navigation is contained in to NOT show up, because technically there isn't anything inside it to display.
Just to clarify in case I'm not making sense:
- navigation container has a background image applied to it
- navigation list items have text removed from view with CSS, and also have a background image applied
- navigation container background image isn't showing up (I think because of utilizing background images on the list items)
Has anyone else encountered a problem like this, or have a suggestion on solving?