Css Problem With Explorer and Mozilla

These css codes works only with chrome. There's problem with links on mozilla and explorer. How can i fix it?

.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 6px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
width: 300px;
font-size: 14px;
margin: 1px 1px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}

.button a{
color:#FFFFFF;
}...

Css Problem With Explorer and Mozilla

from HTML & Website Design http://ift.tt/1ocJxZF
via IFTTT
Previous
Next Post »
Thanks for your comment