Hmmm, media queries can't understand body tag; a id or class for the tag is
needed. Spec on W3C site doesn't indicate though as I see example like so:
@media all { body { background:lime } }
A browser bug?
Tee
***
List
Call the other media such as print from an external style sheet.
That should fix the issue.
On 9/19/2011 1:34 AM, tee wrote:
Hmmm, media queries can't understand body tag; a id or class for the tag is
needed. Spec on W3C site doesn't indicate though as I see example like so:
@media all { body
Hi There
Please be advised that I am currently out of the office on vacation until
October 10 2011.
Should you have an urgent support query please email our support team at
supp...@jx2.com.au
For general information queries please email i...@jx2.com.au
Alternatively I will be able to get
Thank you very much for your email.
I am currently on leave until Friday 23rd September and will get back to you
when I return. If it is urgent then please email market...@webcredible.co.uk or
call 020 7423 6320.
Kind Regards
Gemma
On Sun, Sep 18, 2011 at 4:34 PM, tee weblis...@gmail.com wrote:
Hmmm, media queries can't understand body tag; a id or class for the tag is
needed. Spec on W3C site doesn't indicate though as I see example like so:
@media all { body { background:lime } }
A browser bug?
Works for me in
On 9/18/11 5:43 PM, Benjamin Hawkes-Lewis wrote:
On Sun, Sep 18, 2011 at 4:34 PM, teeweblis...@gmail.com wrote:
Hmmm, media queries can't understand body tag; a id or class for the tag is
needed. Spec on W3C site doesn't indicate though as I see example like so:
@media all { body {