Content inside div unclickable
I have a div and I have content inside of it. When I make this di开发者_如何学Gov position:relative; it renders all the content inside unclickable only in IE7. When I change it to absolute, static or fixed it works again. Only happens in IE7. Anyone know why? Thanks
See this post: http://verens.com/archives/2005/07/15/ie-z-index-bug/
I will say you have some z-index conflict and the DIV goes on top of your clickable elements rendering them unclickable. The solutions can vary, can you post the whole HTML code you have.
精彩评论