[css-d] Any layout gotchas?

2013-06-14 Thread Tom Livingston
List, Normally the layouts I do have a main content container and an aside or "sidebar" container which, on mobile, would completely stack one under the other. A typical scenario I think. I am trying a different approach where there is no actual "sidebar" container element separate from a main co

Re: [css-d] Any layout gotchas?

2013-06-14 Thread Tom Livingston
> Normally the layouts I do have a main content container and an aside > or "sidebar" container which, on mobile, would completely stack one > under the other. A typical scenario I think. > > I am trying a different approach where there is no actual "sidebar" > container element separate from a mai

[css-d] weirdest wrapping issue

2013-06-14 Thread Angela French
I've got the weirdest wrapping issue going on at this page: http://168.156.9.250:8080/academy05-06.aspx . Currently it is rendering fine, but if I swap out the code blocks for Mari and Randy (put Randy in position 5) the last photo in the group will not render in the left most position. I know

[css-d] css-based flyout menu for mobile?

2013-06-14 Thread COM
Can anyone point me to a 100% css-based flyout menu for use with mobile devices? By flyout, I mean that when User presses a Menu icon, the menu slides out or otherwise appears, User presses their choice and menu hides, chosen page loads. Thank you! John

Re: [css-d] weirdest wrapping issue

2013-06-14 Thread Isabel Santos
hi Angela, it's prety strange, are you generating content via script? Because I'm getting different content in IE10 and FF21 They both break at higher browser window sizes (Dee Olsen stays vertically aligned with Randy Lawrence, and the rest of the second row drops a row) Anyway, firebug on ff s

[css-d] media queries chaos for smart phones

2013-06-14 Thread weblist99
I'm running into a chaos with responsive design targeting many devices. The main issue is with different resolutions for smart phone. A year ago below sizes works fine. • 320 px Mobile portrait • 480 px Mobile landscape • 600 px Small tablet • 768 px Tablet portrait • 1024 px

Re: [css-d] weirdest wrapping issue

2013-06-14 Thread David Laakso
On Fri, Jun 14, 2013 at 6:38 PM, Angela French wrote: > I've got the weirdest wrapping issue going on at this page: > http://168.156.9.250:8080/academy05-06.aspx . > Currently it is rendering fine, but if I swap out the code blocks for Mari > and Randy (put Randy in position 5) the last photo in

Re: [css-d] media queries chaos for smart phones

2013-06-14 Thread Philippe Wittenbergh
Le 15 juin 2013 à 10:14, weblist99 a écrit : > I'm running into a chaos with responsive design targeting many devices. The > main issue is with different resolutions for smart phone. > ….. Instead of thinking to target particular device sizes (impossible in an ever changing landscape), think a

Re: [css-d] media queries chaos for smart phones

2013-06-14 Thread Al Sparber
On 6/14/2013 9:14 PM, weblist99 wrote: I'm running into a chaos with responsive design targeting many devices. The main issue is with different resolutions for smart phone. A year ago below sizes works fine. • 320 px Mobile portrait • 480 px Mobile landscape • 600 px Small tablet