Hi,

A long time ago I found an easy way to clear floats. It's basically:

<div class="clear">&nbsp;</div>

and

.clear{
clear:both;
height:1px;
line-height:1px;
margin:0;
padding:0;
}

I hope it's a good method because I remember being really pleased  
because it's a lot easier than other methods that I'd found.

Anyway, I have just dropped it into the page I am having a small issue  
with and it has gone crazy! It's clearing the right column!
Take a look:

http://pendulum8.com/karst.test/staff.php
http://pendulum8.com/karst.test/styles/style2.css

It's a real basic grid so I am little annoyed that it is causing so  
many problems. Any advice or criticism is welcome.

Thanks, CB
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to