Hi all,
Does @media rule ordering in a stylesheet matter? For example, given the
following order:
@media print {
body {
#FFFFFF;
}
}
@media all {
body {
#990000;
}
}
Will @media print override the @media all in this ordering?
Googling around, I've not found a clear answer to the question. So, any help is
appreciated.
Thanks in advance,
jody
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************