Div and select element

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jackie

    Div and select element

    Hi!
    I a have a div on my page that is absolutely positioned and it's
    z-index is 1000. Although it's z-index is the biggest on the page it
    appears behind the select elements on the page. How can I make a div
    appear on top of everything on the page?

    Thanks.
  • rf

    #2
    Re: Div and select element


    "Jackie" <jackie_ol@hotm ail.com> wrote in message
    news:2c196db8.0 309190304.4e010 85@posting.goog le.com...[color=blue]
    > Hi!
    > I a have a div on my page that is absolutely positioned and it's
    > z-index is 1000. Although it's z-index is the biggest on the page it
    > appears behind the select elements on the page. How can I make a div
    > appear on top of everything on the page?[/color]

    You can't. The select elements are a different window and are allways on top
    of your content.

    The best you can do is
    a) make sure your menus do not underlap the select elements
    b) hide the select elements when the menu is up.

    Cheers
    Richard


    Comment

    Working...