1 reply [Last post]
Nishizake
Nishizake's picture
Offline
newbie
Last seen: 8 years 34 weeks ago
Timezone: GMT-3
Joined: 2014-10-01
Posts: 1
Points: 2

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?

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 20 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Why do you do that? @media

Why do you do that?

@media only screen and (min-width: 800px) and (max-width: 100px) {}

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me