IE media hack causes CSS not to validate -
because main element contains floated elements have had use float: left;
on element cause behave in ie. unfortunately, causes issues firefox resorted media query add property ie:
@media screen\0 { /* ie 8+ */ main { float: left; } }
this works single 'unrecognised media query' causes css not validate. there way can cause apply ie, still manage correctly validate css?
Comments
Post a Comment