camslice / StackLayout

A flexible width, component based CSS layout system
http://www.stacklayout.com
154 stars 13 forks source link

Are fixed-fluid layouts (and fixed-fluid-fixed, etc.) supported? #3

Open behrangsa opened 11 years ago

behrangsa commented 11 years ago

Sometimes in RWD apps, the leftmost column only contains icons (e.g. similar to this).

In cases like this, the leftmost column's width does not change within the bounds of two breakpoints (e.g. from 481px to 768px).

Is it possible to create layouts like this using StackLayout?

camslice commented 11 years ago

Hi Behrand,

This version of StackLayout doesn't really accommodate a fixed width component in a fluid layout. However I am currently working on version 2 which supports this behaviour.

I'll keep you posted on my progress. Hopefully release it in the next week or so.

Cheers, Cam

On 13/01/13 7:30 PM, Behrang Saeedzadeh wrote:

Sometimes in RWD apps, the leftmost column only contains icons (e.g. similar to this http://dribbble.com/shots/889295-Blogging-Web-App/attachments/96579).

In cases like this, the leftmost column's width does not change within the bounds of a breakpoint.

Is it possible to create layouts like this using StackLayout?

— Reply to this email directly or view it on GitHub https://github.com/camslice/StackLayout/issues/3.

behrangsa commented 11 years ago

Hi Cam,

This sounds great! Looking forward to play with it soon.

Cheers, Behrang