diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css index 3700d516..81d87466 100644 --- a/templates/bulletproof/ie5.css +++ b/templates/bulletproof/ie5.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; } diff --git a/templates/bulletproof/ie6.css b/templates/bulletproof/ie6.css index 3f20f2e0..b5116380 100644 --- a/templates/bulletproof/ie6.css +++ b/templates/bulletproof/ie6.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; } diff --git a/templates/bulletproof/ie7.css b/templates/bulletproof/ie7.css index 923f8e91..ebc17273 100644 --- a/templates/bulletproof/ie7.css +++ b/templates/bulletproof/ie7.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; }