Answer the question
In order to leave comments, you need to log in
Mobile apple gmail client doesn't understand display:none?
I'm testing a letter in which there is such a media_query
@media screen and (max-width: 600px) {
#wrapper {
width:320px;
}
#header600 {
display:none !important;
}
#header300 {
display:block !important;
}
#logo {
display:none !important;
}
}
<a href="#" target="_blank"><img border="0" id="header600" style="display:block;" src="url"></a>
<a href="#" target="_blank"><img border="0" id="header300" style="display:none;" src="url"></a>
Answer the question
In order to leave comments, you need to log in
http://stackoverflow.com/questions/4013670/gmail-is-ignoring-displaynone
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question