Need Help with this website

Discussion in 'PHP' started by bbardot, Jul 28, 2010.

  1. #1
    Hi,

    I need help with a client site I'm developing

    h**p://ww*w.jfkinternationalacademy.com/

    but the dropdown menu is hiding behind the slideshow and I've tied all day

    to fix it but to no avail.

    All suggestions welcome.

    Thanks in advance.
     
    bbardot, Jul 28, 2010 IP
  2. themullet

    themullet Member

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    tried a high css z-index value?
     
    themullet, Jul 28, 2010 IP
  3. bbardot

    bbardot Peon

    Messages:
    332
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I tried z-index=1 and made all the others less but it still hasn't worked. Should I se negative number?
     
    bbardot, Jul 28, 2010 IP
  4. themullet

    themullet Member

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    try z-index=1000! these slide shows often operate playing with z-indexes
     
    themullet, Jul 28, 2010 IP
  5. grtdev

    grtdev Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Still facing issue
     
    grtdev, Jul 28, 2010 IP
  6. Johnta

    Johnta Peon

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    #information {
    background:none repeat scroll 0 0 #000000;
    bottom:0;
    color:#FFFFFF;
    height:0;
    opacity:0.7;
    overflow:hidden;
    position:absolute;
    width:404px;
    [COLOR="Red"][B]z-index:0;[/B][/COLOR]
    }
    Code (markup):
     
    Johnta, Jul 29, 2010 IP
  7. Martin K

    Martin K Active Member

    Messages:
    262
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #7
    Go to
    and add
     
    Martin K, Jul 29, 2010 IP
  8. bbardot

    bbardot Peon

    Messages:
    332
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks for all your help especially Martin K - your solution worked like a charm!!!
     
    bbardot, Jul 30, 2010 IP