[css-d] Make layout more liquid?

2009-03-17 Thread Kim Brooks Wei
Hi People,

So, I finally seem to have worked out something with this layout. 
I've put the type into a resizeable div but it's not as liquid as I 
would like it to be: when I reduce the browser width the right side 
of the content div disappears. How could I make it scale better? Or 
can't I?\

http://thewei.com/sandbox/tw2

Thanks as always,
Kimi

-- 
This email sent by
Kimi Wei
201-475-1854  |  k...@thewei.com  |  thewei.com
__
css-discuss [cs...@lists.css-discuss.org]
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/


Re: [css-d] Make layout more liquid?

2009-03-18 Thread David Laakso
Kim Brooks Wei wrote:
> Hi People,
>
> So, I finally seem to have worked out something with this layout. 
> I've put the type into a resizeable div but it's not as liquid as I 
> would like it to be: when I reduce the browser width the right side 
> of the content div disappears. How could I make it scale better? Or 
> can't I?\
>
> http://thewei.com/sandbox/tw2
>
> Thanks as always,
> Kimi
>
>   

One way might be to slightly reduce the width of the image or the 
content slightly so that the page does not draw an h-scroll bar at 1024 
and set a fixed width.
Or, do the same but set a min/max width. Something sort of like 
min-width: 990px; max-width: 1200px;

-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
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/