I have read that @media screen
and (max-width: 800px
) should work for IE normally but in IE8 it doesn't work. Does anyone know how to fix it? change it? or make different syntax?
I also tried @media screen\0 and (max-width: 800px) and different possibilities