css - I'm not able to click a link inside of fixed div -
this link, inside of div called .user_minibar
position:fixed;
property, , being positioned @ top of page, can't clicked. when put mouse on link, cursor doesn't turn pointer.
unless scroll down little bit, can't click (it works me when link precisely below h1
tag (weird, right?)).
here's jsfiddle: http://jsfiddle.net/arkl1te/9xkha/
one of top elements overlapping div. try adding z-index: 1;
.user_minibar
.
Comments
Post a Comment