On 3/27/11 1:20 AM, Keith Purtell wrote:
I fixed the path to my style sheet for 800x600 screens but when I test
it at that screen setting, I still get the style sheet for bigger screens.
The validator says "unrecognized media screen and (max-device-width: 800px)"
I'm steeling myself for the discovery of another dopey error.

http://www.keithpurtell.com/kthings/

- Keith Purtell



You can't keep doing things over the same way and expect they will turn out differently...

This is the page I put up a couple of weeks ago that you decided to ignore:-) .

The following fast and dirty media queries have been added this morning:
1/  Drag from a full widow to the "kick-in" at 600px.
@media (max-width: 600px) {--}
2/ Drag from 600px to 480px and "high-end" mobile "kicks-in."
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { ... }

The media query stuff at bottom of  style sheet---

Go to:
<http://chelseacreekstudio.com/ca/kp/>
and click:
things.htm

Files will be on the server for 24 hours.

Best,
Studs T.
Chicago


--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [[email protected]]
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