Top layer above everything

Discussion in 'HTML & Website Design' started by Project Mobius, Oct 4, 2008.

  1. #1
    Is it possible to have a <div> that is above all layers and can be freely placed on the page and controlled by the x position, y position??

    Thanks!
    PM
     
    Project Mobius, Oct 4, 2008 IP
  2. mgwalk

    mgwalk Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can use style="position:absolute; top:50px; left:50px; z-index:10;"
     
    mgwalk, Oct 5, 2008 IP
  3. palme

    palme Active Member

    Messages:
    320
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    i guess this is not property for DIV tag but this can be used with LAYER tag.
    this means you can use it for FF and not IE.
    there is a property , it's name is ABOVE and you can use it with name of layer

    <LAYER name="layer1">My name is LAYER1</LAYER>
    <LAYER name="layer2" above="layer1">My name is LAYER2</LAYER>
    then layer2 become above layer1 and etc..
     
    palme, Oct 5, 2008 IP
  4. Project Mobius

    Project Mobius Peon

    Messages:
    10,524
    Likes Received:
    170
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks i will try that
     
    Project Mobius, Oct 5, 2008 IP