CSS button:active sometimes makes the button to not function

rayof86

New Member
Whenever I'm using this in css (which is important to me) :\[code\].button:active { position:relative; top: 2px; left:2px;}\[/code\]Buttons don't want to function on particular areas depending where you click on them. (positions do happen but jquery doesn't start)Here is the DEMOYou'll see that sometimes they don't react depending if you hit the right spot. Its a little bit harder to notice because it happens. For example, try hitting the contact button just a little bit bellow the letter A. Or hit the About button just below the O letter.When I delete the :active function buttons work normally. How can I fix this?
 
Back
Top