Wed, 2014-10-01 14:52
hello,
i'm working to make an website responsive, i use Media Queries to make the responsive css an works fine.
But, i used @media inside another @media, and IE dont accept this...
ex:
@(media screen and (max-width:1000px){
@media screen and (min-width:800px){
}
}
Any sugestions?
Wed, 2014-10-01 18:48
#1
Why do you do that? @media
Why do you do that?
@media only screen and (min-width: 800px) and (max-width: 100px) {}