Thread
:
Can't Create a Second Column in CSS
View Single Post
05-04-2008, 15:00
#
4
(
permalink
)
Do Gooder
Join Date: May 2007
Posts: 5,434
i find in some cases you might need to clear your floats as well.
CSS:
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
HTML:
<div class="clearfloat"></div>
Last edited by Do Gooder : 05-04-2008 at
15:11
.
Do Gooder
View Public Profile
Send a private message to Do Gooder
Send email to Do Gooder
Visit Do Gooder's homepage!
Find More Posts by Do Gooder