开发者

Text shows under the overlay for Jquery Tools Overlay in IE 7

Link : http://designbracket.com/ . Click on Our Services and the links under it. I have used Overlay of Jquery Tools to display overlay when any link is clicked. This is a drupal site . The problem is that though the overlay is opening as expected however the text is appearing under it in IE 7 while that does not happen in FF or Chrome (obviously not :)).

I think this has something to do with the z-index bug of IE 7. However, in spite of wasting two days on this stupid issu开发者_JAVA技巧e I haven't had any headway.

Kindly help. Any help or suggestions would be deeply appreciated. In case the question is ambiguous please let me know and I would try and include more details.

Thanks


I had a similar problem where the overlay was displayed behind an Expose-mask in IE7, thus leaving no elements on the page clickable, including the overlay. Adding this in the overlay() settings solved the issue:

onLoad:  function() {
  this.getOverlay().insertAfter('#exposeMask');
}


I know this is an old ticket, but i'm just going to put this out there because it helped me.

I experienced overlay issues with IE7 and jquery tools as a result of having my overlay divs inside a grid 960 div. Changing the z-index (z-index: 9999999 !important;) didn't help at all.

To resolve i simply moved my overlay divs to just before my closing </body> tag which was outside any .container or .grid classes.

Hope this helps someone.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜