Maximize a floating div?
        Posted  
        
            by hhj
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hhj
        
        
        
        Published on 2010-06-08T11:52:09Z
        Indexed on 
            2010/06/08
            12:12 UTC
        
        
        Read the original article
        Hit count: 406
        
Say I have 2 divs side by side: 1 float left, and the other float right. Now say I fix the size of the left floating div to say 200px. How do I force the right floating div to "maximize" itself or occupy the rest of the horizontal screen space (regardless of the size of the browser window?
© Stack Overflow or respective owner