Clearing Float CSS demos

|

Here are examples for clearing float css

Clearing float with adding element

Left
Right

Here a div is added inside the wrapper with a class 'clear'

Clearing float with clearfix

Left
Right

Here 'clearfix' class is added to the wrapper

Clearing float with css overflow property

Left
Right

Here 'overflow' property is added to the wrapper