Search code examples
htmlcsstagscursoranchor

anchor tag not showing pointer cursor on hover?


Okay, this is killing me. I've normal anchor tags which don't change cursor to pointer on hover. I've tried defining cursor:pointer but no use. The anchor links are on this page

http://h-tech.pt/media.html


Solution

  • Just remove position: relative; from classes .landing-desc-box, .whoarewe-desc-box (styles.css, line 145)