Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Can’t get CSS logo to display?! Re: [Solved] Can’t get CSS logo to display?!

#124420
Kitty Giraudel
Participant

Since he is using a div as a wrapper, there is no point in defining display: block. Div are block-level elements by default.

Z-index positive values don’t require the + sign. In fact, I suspect this + sign is parsed as a mistake by most browsers, thus the z-index line is not rendered.

Other than that, I don’t see any issue in your CSS code. So it leads me to think that you have an issue in the path to your image. Check your path and beware, it’s case sensitive.