CSS Button is not clickable only in IE

1 replies
  • WEB DESIGN
  • |
Hello, I am using CSS for Buttons. It is working in all browsers. But it is not working on in IE. It is even working on Microsoft edge. When I click on button, it should go to link. But it does nothing.
Can any one suggest me, what to do globally. Because I have placed many buttons in entire my website. just see below code for one button. Please suggest me any changes.

<p style="text-align: center;"><span style="color: #ffffff;"><button style="background-color: #ce4f00; border: 1px solid #127AAD; box-shadow: 0 2px 0 2px rgba(0,0,0,.1),inset 0 1px 0 0 #04baf0; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 10px; font-size: 20px;"><a style="color: #ffffff;" href="http://www.whatvwant.com/go/wondershare-pdf-password-remover-mac-reg/" target="_blank">Get Wondershare PDF password remover for Mac</a></button></span></p>
#button #clickable #css
  • Profile picture of the author naveenselvak
    Banned
    As far as I can tell, there is no limit to what kind of content you can put in a button, so feel free to get real weird with it. Pseudo elements can be used too.
    {{ DiscussionBoard.errors[10782611].message }}

Trending Topics