[css-d] Building a fluid layout

2011-02-06 Thread Gabriele Romanato

Sorry for bothering, but I think this should be helpful for beginners:

http://onwebdev.blogspot.com/2011/02/css-building-fluid-layout.html

ps: currently waiting for someone who invites me to contribute to the  
css-d wiki. ;-)


HTH

http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/  (English)
http://www.css-zibaldone.com/articles/  (English)
http://onwebdev.blogspot.com/  (English)








__
css-discuss [css-d@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] Building a fluid layout

2011-02-06 Thread David Laakso

On 2/6/11 4:20 AM, Gabriele Romanato wrote:

Sorry for bothering, but I think this should be helpful for beginners:

http://onwebdev.blogspot.com/2011/02/css-building-fluid-layout.html





One can never do enough testing :-) .
1280/960 116.5dpi


--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

__
css-discuss [css-d@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] Building a fluid layout

2011-02-06 Thread David Hucklesby

On 2/6/11 1:20 AM, Gabriele Romanato wrote:

Sorry for bothering, but I think this should be helpful for
beginners:

http://onwebdev.blogspot.com/2011/02/css-building-fluid-layout.html



Re: The JavaScript: I suggest re-calculating column heights on
$(window).resize();
--

Thierry's ez-css layout may be a tad simpler, I believe. Essentially,
instead of floating the last column, he applies new block formatting
context and no width, so that it takes up any remaining space. Add
hasLayout as well to make older IE comply:

  http://www.ez-css.org/

In my experience, beginners play with widths a lot when creating a
layout. Many of them get flummoxed by floats that drop. Thierry's design
minimizes it.
--
Cordially,
David
__
css-discuss [css-d@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/