|
-
Nov 18th, 2006, 07:31 AM
#1
Thread Starter
New Member
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.
-
Nov 19th, 2006, 10:40 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|