Re: [css-d] How to expend inner Div???

2009-01-05 Thread shrimpy

This one is complicate...why the padding and margin so large.



Gunlaug Sørtun wrote:
 
 shrimpy wrote:
 
 the problem is, how can i make the footer always stick to the bottom
 of the broswer,
 
 ...apply 'position: fixed' - and whatever solution you like to make IE6
 play along...
 
 and how to expand the menu, always to be max height to fill up the
 broswer??
 
 ...and equal height column stretch...
 http://www.positioniseverything.net/articles/onetruelayout/equalheight
 
 regards
   Georg
 -- 
 http://www.gunlaug.no
 __
 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/
 
 

-- 
View this message in context: 
http://n2.nabble.com/How-to-expend-inner-Divtp242p2115168.html
Sent from the css-discuss mailing list archive at Nabble.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] How to expend inner Div???

2009-01-05 Thread Ingo Chao
2009/1/5 shrimpy imx...@gmail.com


 This one is complicate...why the padding and margin so large.
 ...


In the OneTrueLayout method [Robinson], floating columns of unknown height
are wrapped by a container element. All columns get more length by an
excessive padding. This would let the containing element expand in height.
But the same length is subtracted from the columns by a negative margin. The
excessive padding area now hangs out of the container that did not change
its height. Finally, overflow: hidden cuts the overhang on the bottom edge
of the container.
[http://www.satzansatz.de/cssd/companions.html]

Maybe a faux columns technique plus Footer Stick Alt would be easier to
implement.
I know this is not what you were asking for, but frame-like pages with a
fixed footer at the bottom of the window are not that simple.

Ingo
__
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/


[css-d] How to expend inner Div???

2009-01-04 Thread shrimpy

hey guys...i got a critical issue..

my case is that, 

i got a header, which width is 100%;
under the header, i got a side menu on the left, and the content on the
right.
unher the menu and the content, there is a footer.

the problem is, how can i make the footer always stick to the bottom of the
broswer,
and how to expand the menu, always to be max height to fill up the broswer??


thanks
-- 
View this message in context: 
http://n2.nabble.com/How-to-expend-inner-Divtp242p242.html
Sent from the css-discuss mailing list archive at Nabble.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] How to expend inner Div???

2009-01-04 Thread Gunlaug Sørtun
shrimpy wrote:

 the problem is, how can i make the footer always stick to the bottom
 of the broswer,

...apply 'position: fixed' - and whatever solution you like to make IE6
play along...

 and how to expand the menu, always to be max height to fill up the
 broswer??

...and equal height column stretch...
http://www.positioniseverything.net/articles/onetruelayout/equalheight

regards
Georg
-- 
http://www.gunlaug.no
__
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/