Reputation: 63
I have a strange problem here. When i put hypertext links into absolute positioned element, which is inside relative positioned parent, it get no mouse events - hover, click etc. It only occurs somewhere and in the Firefox only. The children container is in the overflow area of parent.
Sample code: http://jsfiddle.net/w7UvP/5/
Thank you for any ideas
Upvotes: 0
Views: 109
Reputation: 127
Looking at your code, your markup is completely incorrect. You have your menu nested inside of a button. You can start by formatting your HTML correctly.
Upvotes: 0