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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -