Re: [css-d] Positioning & Div Order with Media Queries

2012-09-19 Thread David Laakso
On Wed, Sep 19, 2012 at 5:07 PM, Matthew Willis wrote: > Hi CSS List, > > I am working on a site with a responsive layout via media queries and I'm > having some difficulties. I need it set up so when the width of the screen > is above 768px, a div containing logo appears as the first element, an

Re: [css-d] Positioning & Div Order with Media Queries

2012-09-19 Thread mem
On Sep 19, 2012, at 22:07 , Matthew Willis wrote: > Hi CSS List, > > I am working on a site with a responsive layout via media queries and I'm > having some difficulties. I need it set up so when the width of the screen is > above 768px, a div containing logo appears as the first element, and t

[css-d] Positioning & Div Order with Media Queries

2012-09-19 Thread Matthew Willis
Hi CSS List, I am working on a site with a responsive layout via media queries and I'm having some difficulties. I need it set up so when the width of the screen is above 768px, a div containing logo appears as the first element, and then a div containing the navigation menu as the next element