Using CSS how do you move text down when a floated image is above a certain width?
        Posted  
        
            by Peter Kelley
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Peter Kelley
        
        
        
        Published on 2010-03-19T23:49:32Z
        Indexed on 
            2010/03/19
            23:51 UTC
        
        
        Read the original article
        Hit count: 282
        
I have a text block with an image floated left. The images can be of variable width. If the image is say greater than 2/3 the width of the block I want the text to drop down below the image but if not I want it beside the image.
All of this is in Drupal if that matters.
© Stack Overflow or respective owner