html - anchors and input fields not working in IE11 -
this issue exists in ie11. in other browsers , versions of ie, fine. issue both links , input fields not work in ie11. here link site i'm talking about: http://singleatl.com
when hover on link nothing happens, click nothing. can not type in form fields. there no other elements blocking fields , no strange css markup. happens every anchor element , input element on page. not specific nav. anchors coded so:
<li><a href="atlanta-matchmaker-testimonials.html" >testimonials</a></li>
any ideas why happening?
your page works fine when ie11 in ie10 emulation mode, , when remove z-index: -9999
body
element set main.css
.
see https://stackoverflow.com/questions/21676600/ie11-negative-z-index
Comments
Post a Comment