On Fri, Jan 3, 2014 at 9:52 AM, Bob Passaro <[email protected]> wrote: > Thanks for your thoughts, Tom. I'm thinking there's no "good" solution here. > > I'll probably just make a separate stylesheet for IE8 and below without the > mobile styles and media queries. Call that from the <head>. > > Then in my main css file call images for the most part from within media > queries. > > I too had thought about the "mobile first" -- in the article I linked to, > though, I don't think he explicitly tests the example you give. Would like > to see the results of that. > >
Test four in the article is essential the same idea as the mobile-first scenario. At desktop, the max-width: 600px MQ is not being met, but the results show most download both images. I'd be surprised if the results were any different if that test was a mobile-first situation and that MQ was min-width: 600px. -- Tom Livingston | Senior Front-End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com ______________________________________________________________________ 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/
