Forums

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

Home Forums CSS [Solved] Background-Image stays in background Re: [Solved] Background-Image stays in background

#80140
problemz
Member

the image already show’s up (über uns) is above the picture, but the background-image of the menu is still behind the top right image.

To show the text I use
//menu bar
.menu
{
z-index:11;
}
//top right image
#deck_right
{
z-index:10;
}

results in: Text is shown, but background-color/background-image is still behind the image