What cross browser, W3C valid css, non-javascript "min-height" method?
        Posted  
        
            by jitendra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jitendra
        
        
        
        Published on 2010-03-08T11:41:45Z
        Indexed on 
            2010/03/08
            11:51 UTC
        
        
        Read the original article
        Hit count: 268
        
Should we always try to not to give "height" to elements in XHTML through CSS?
if yes the i think min-height would be better idea instead of fixed height.
What cross browser( including IE6), W3C valid css, non-javascript "min-height" method in css?
if i add min-height to any tag example <div> then in future in more content comes in  then will we have to change height of div or if min-height is defined then no need.
© Stack Overflow or respective owner