1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

drop down under image roation

Discussion in 'HTML & Website Design' started by drew68, Aug 6, 2010.

  1. #1
    hey guys...problem again

    so i've enabled this drop down feature...however it appears under the javascript image rotation that i have...pls peak here...

    http://usbiochalk.com/index2.html

    how do i get that drop down to appear above the image rotation?

    would it be in the image script?
     
    drew68, Aug 6, 2010 IP
  2. MmmDesign

    MmmDesign Peon

    Messages:
    185
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could try changing the z-index of the navigation menu... I tried looking through your code but with all the tables I couldn't find the main one that holds the navigation... hopefully you can. Set it to something like z-index: 1000
    Check this site out for more info on the z-index property:
    http://css-discuss.incutio.com/wiki/Overlapping_And_ZIndex
     
    MmmDesign, Aug 6, 2010 IP
  3. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #3
    sweet...thank you man :) much appreciated!
     
    drew68, Aug 6, 2010 IP
  4. Rimona

    Rimona Active Member

    Messages:
    123
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    63
    #4
    ul.dropdown {
    position: relative;
    z-index: 5000;
    float: left;
    font-color: #e76a2c;
    }

    will do the trick
     
    Rimona, Aug 6, 2010 IP
  5. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #5
    amazing...it worked...thanks guys. :)
     
    drew68, Aug 9, 2010 IP