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

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -