Re: [css-d] Two Phones one problem

2015-02-17 Thread David Laakso
On Mon, Feb 16, 2015 at 9:54 PM, Crest Christopher crestchristop...@gmail.com wrote: There is a bit of a conundrum. When I view the page using Chromes device emulation tools, specifically the Samsung Galaxy Tab 7.7,8.9,10.1. The page looks fine in landscape, horrible in portrait, viewing

Re: [css-d] Two Phones one problem

2015-02-17 Thread Crest Christopher
Here is the page http://www.thecreativesheep.ca/wdp/wip/cs_regular_tutorial_WIP_2.htm. Christopher David Laakso mailto:laakso.davi...@gmail.com Monday, February 16, 2015 7:12 AM On Mon, Feb 16, 2015 at 12:18 AM, Crest Christopher The specs for the screen size of the three phones you listed

Re: [css-d] is this possible in RWD?

2015-02-17 Thread Karl DeSaulniers
I would say just an @media and swap z-index. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Feb 17, 2015, at 3:54 PM, Sara Haradhvala har...@comcast.net wrote: Am wondering - is it possible to have a responsive layout that has a main column and an optional sidebar where

Re: [css-d] Two Phones one problem

2015-02-17 Thread David Laakso
On Tue, Feb 17, 2015 at 7:28 PM, Crest Christopher crestchristop...@gmail.com wrote: Here is the page http://www.thecreativesheep.ca/wdp/wip/cs_regular_tutorial_WIP_2.htm. Christopher On line numbers 334-341 try changing this: /* Media {Landscape}*/ @media (max-height:600px) and

Re: [css-d] is this possible in RWD?

2015-02-17 Thread David Hucklesby
On 2/17/15 1:54 PM, Sara Haradhvala wrote: Am wondering - is it possible to have a responsive layout that has a main column and an optional sidebar where text from the main column flows under the sidebar - but where the sidebar drops under the main column in mobile view? Not using flexbox (need

[css-d] is this possible in RWD?

2015-02-17 Thread Sara Haradhvala
Am wondering - is it possible to have a responsive layout that has a main column and an optional sidebar where text from the main column flows under the sidebar - but where the sidebar drops under the main column in mobile view? Not using flexbox (need to support IE8 and IE9). Is JS necessary?