skip to main |
skip to sidebar
IE Bug, Z-Index not working.
Lol, hit a wall last week, thought I wasn't gonna get through it, I found a bug in IE, well actually I've known this for a long time but haven't tried to fix it actually but this time I had to, so I stacked up all my knowledge and tried to figure out anyway, it took me at least 3 days to actually fix it, not fix it like FIXED IT, but found a loop hole, well to start with IE's Z-index is actually not working since, most of the reports where filed as early as 2004, well back to how I "fix" it, been trying to surf the net to find a fix, read most of em and I found out a work around that might actually work with my scenario. well if you place this tag
<!--[if gte IE 5.5]><iframe></iframe><![endif]-->
within your div it would fix the whole thing, weird eh?! well it worked! Somehow iframe's z-index was higher than dropdownlist or select control and if you let them render for IE but hid them within user's view then it will work!
Click here to view the whole solution
No comments:
Post a Comment