Results 1 to 2 of 2

Thread: Checkbox problem in IE

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    3

    Checkbox problem in IE

    I have an absolute positioned div that is with a z-index of like 1000 so that it`s over all the elements of the page, but the checkboxes keep poping out in IE, in FF it works fine.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Checkbox problem in IE

    Which IE version? I'm pretty sure the problem is fixed in IE7.

    Anyway, IE6 and lower used system widgets for many controls. The problem is that these widgets are in their own windows and thus could not respect z-index settings even if they wanted.

    In other words, the problem cannot really be solved. It can be worked around by detecting when a checkbox is covered and hiding it completely with visibility:hidden. This is complicated, though. The common strategy is to avoid the problem by not trying to place floating elements over any controls.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

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



Click Here to Expand Forum to Full Width