Re: [WSG] mixing media queries?

2010-11-11 Thread Micky Hulse
Howdy, On Wed, Nov 10, 2010 at 2:16 PM, tee weblis...@gmail.com wrote: ...snip... The example in this site brings clarity. http://protofluid.com/?c=mediaQueries Oooh, thanks for link. Also, thanks for posting your observations and solutions. Glad you got it figured out! Have a great day!

Re: [WSG] mixing media queries?

2010-11-10 Thread tee
Thank you very much!! This one works (combination of portriat/landscape fails also). @media only screen and (max-width: 480px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) Maybe it's obvious to others however it was not for me and I can now see where my

[WSG] mixing media queries?

2010-11-09 Thread tee
Is it possible or something is wrong with my rule: @media only screen and (orientation: portrait) and (device-width: 768px) and (max-width: 480px){ } If I target the element in each query it works but not with the above . The closest example I found from w3c site is below which does give me

Re: [WSG] mixing media queries?

2010-11-09 Thread tee
Thanks, one of them might be part of the solution. I have a need that I want to target all devices in one place (all smartphones and iPad portrait and landscape) that can't handle @font-face , though these devices are able to pick up the second font but the font-weight is set to normal for

Re: [WSG] mixing media queries?

2010-11-09 Thread Micky Hulse
On Tue, Nov 9, 2010 at 8:59 PM, tee weblis...@gmail.com wrote: ...snip... My various tests show that it's not possible to have more than 2 rules put together. Hi! Sounds like a fun project that you are tackling! I am not sure I can help much, but if you have time to browse the net, maybe