> 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 >
use <link rel="stylesheet" type="text/css" media="screen and (max-device-width: 799px)" href="css/style800.css"> and see this page http://www.ist.rit.edu/~jxs/services/mediaQueries.html Thank you, Marc Hall HallMarc Websites 610.446.3346 http://www.hallmarcwebsites.com/ Spread the word about my services and earn money! Contact me for details. ______________________________________________________________________ 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/
