> <meta name="viewport" content="width=device-width">
> 
> Do not use initial-scale or you will have problems when switching
> orientation.

Okay. I did have the meta tag, but it included the initial-scale, which I've
removed. 

> When using the meta tag (looks like you are, albeit with initial scale),
> you do not have to declare for device width in your media queries. You
> can use:
> 
> @media only screen and (min-width: 0px) and (max-width: [xxx]px) {}

Right. I did want to target devices. However, I can see how it is easier to
device without it being DEVICE specific. :-)  Was a little slow on the
uptake!
____________________________________
Rob Emenecker @ Hairy Dog Digital
www.hairydogdigital.com
 
Please note: Return e-mail messages are only accepted from discussion groups
that this e-mail address subscribes to. All other messages are automatically
deleted.



______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to