View Single Post
  #2 (permalink)  
Old 08-04-08, 05:50 PM
m1` m1` is offline
New Member
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
the problem is you can't use float:left with those divs inside #bodd, rather set
Quote:
#contentArea {
margin-left: 200px <-- use the actual width of #leftside instead of 200px
margin: 0px;
border: 0px;
width: 570px;
height:auto;
}
Reply With Quote