I need to target IE using Media Queries. example
@media screen and (max-width:1024px) {
/*Only IE Fix here*/
/*Any other browser*/
@-moz-document url-prefix() {
#categoryBackNextButtons{
width:486px;
}
}
There is a similar way like there is for firefox?