Drop down menu covered by text over image below...

Discussion in 'CSS' started by BraveStarr, Sep 9, 2007.

  1. #1
    I have a drop down menu on a page that goes over some text that is over a background image. The drop down menu goes over the background image fine but the text float above the menu. Any suggestions?

    Page: <>

    CSS Sheet: <>

    Thanks!

    - J
     
    BraveStarr, Sep 9, 2007 IP
  2. BraveStarr

    BraveStarr Guest

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    NM... had the z-index's in the wrong place.
     
    BraveStarr, Sep 9, 2007 IP
  3. Rasczak

    Rasczak Peon

    Messages:
    131
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    try sth like this:

    z-index 0 (bottom layer) - background image
    z-index 1 (middle layer) - text
    z-index 2 (top layer) - menu layer

    cheers
     
    Rasczak, Sep 10, 2007 IP