Sometimes z-index property defined in CSS file does not help. IE would still render some elements with bigger z-index behind elements with lower z-index.
Setting z-index using javascript fixed my z-index problem on IE.
document.getElementById('myElement').style.zIndex = "500";
Showing posts with label z-index. Show all posts
Showing posts with label z-index. Show all posts
Friday, June 27, 2008
Subscribe to:
Posts (Atom)