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 - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -