View Single Post
  #13  
Old 02-01-2010, 05:11 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Footer Div overlapping Content Div

try restoring this to it's original form.

#content-container2 {
}

believe it should be

#content-container2 {
float: left;
position: relative;
right: 100%;
width: 200%;
}
__________________
xcart 5.1.2
Reply With Quote