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

android - MPAndroidChart - How to add Annotations or images to the chart -

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

firefox - Where is 'webgl.osmesalib' parameter? -