View Single Post
  #14  
Old 02-20-2010, 06:37 AM
 
MikeBrum MikeBrum is offline
 

Advanced Member
  
Join Date: May 2003
Location: Morro Bay, Ca
Posts: 59
 

Default Re: Footer Div overlapping Content Div

Quote:
Originally Posted by Ashley
try restoring this to it's original form.

#content-container2 {
}

believe it should be

#content-container2 {
float: left;
position: relative;
right: 100%;
width: 200%;
}


I tried restoring that, but it didn't work. FF still looks fine. IE8 still looks messed up. Any other ideas on this one? I am stumped on this.

I also checked to make sure the IE7.css files are all looking original and they are.
__________________
Toobs.com

X-Cart version 4.3.1
PHP: 5.2.14
MySQL: 5.1.47
Reply With Quote