• Hi. Im almost done with a new layout but it’s messing with me.. I just cant get it to clear the span containing the text.

    http://carlssonmedia.se/blogg/

    the problem:

    <span class="text">orem ipsum dolor sit amet, consectetur adipiscing elit.......... </span>
    
    #inner_content .text {
    	width: 618px;
    	height: auto;
    	position: relative;
    	margin-left: 13px;
    	margin-top: -18px;
    	margin-bottom: 45px;
    	float: left;
    	font-family: "verdana";
    	font-size: 12px;
    	color: #ffffff;
    	text-shadow: #8f4848 1px 1px 1px;
    	text-align: left;
    }

    Please help me ._.

Viewing 2 replies - 1 through 2 (of 2 total)
  • i found that this helped me in the past (tested in firefox wt. developer add-on)
    after our closing </span>:

    fermentum semper sem.
                    </span>
             <div style="display:block; clear:both;"></div>

    Thread Starter mYrAn

    (@myran)

    thank you, works like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘float clearing error’ is closed to new replies.