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";
Friday, June 27, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment