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

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #29681
    problemz
    Member

    Sound’s strange, but true so i’ll try to explain my problem.

    The site is: http://rames.asc-swiss.ch/joomla/

    I made a background-image for the Menubar (Aktuell/Restaurant….) and as you can see, the "über uns" is above the picture, but the background-image is under the image… any suggestions what that could be?

    Tried with z-index but the background-image stays where it is

    Thanks in advance for an answer :)

    If you have any questions just ask

    Greetings problemz

    #80136

    Please use z-index for the menus image, So that the image will show up.. :)

    #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

    #80154
    dcp3450
    Participant

    try the z-index on moduletable

    #80155
    jamygolden
    Member

    Add

    Code:
    .menu{position: absolute;}
    #78447
    problemz
    Member

    That was exactly what I was lookin for :) ABSOLUTE brilliant :) thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.