Results 1 to 2 of 2

Thread: Div overlay blocking underneath's content

  1. #1
    Join Date
    May 2009
    Posts
    4

    Div overlay blocking underneath's content

    Hi, first post here but been reading around form some time.
    You might want to consider I'm quite at ease with html/css/javascript/jquery etc while reading about my issue below:

    I have an absolutely positioned div taking 100% of the page's width and height and having a z-index so it sits above some other content.

    Problem is, in Firefox, that div intercepts any clicks or scrolling (with mousewheel or not) actions on elements that are underneath that div. I know this is a behavior that's often wanted (as in modal windows), but I do want to be able to click and use the UI under that overlay...

    Any insights will be welcome,

    thanks

    O.

  2. #2
    Join Date
    May 2009
    Posts
    4
    Alirght I've solved my problem with a work around; However if anybody have some insight I think it might still be good to know how to create the statement above

    Thanks!

    O.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •