Hi all, I want to put two columns inside the divs:       <div id="wrapper"><div 
id="content"></div></div>
  #wrapper {
float : left;
width : 100%;
margin-left : -180px;
padding-top : 15px;
}
#content {
margin-left : 180px;
width : 743px;
}

  which I have done with  <div id="contentinleft"> and <div 
id="contentinright"> 
   
  #contentinleft {
margin-left : 180px;
width : 500px;
float: left;
}
#contentinright {
margin-left : 0;
width : 200px;
float: right;
clear: left;
}
   
  All the columns seem to have moved right for some reason. Why is this 
happening? How can I correct it? I am learning css so I would be interested to 
hear if I am approaching this from the right angle- two divs for example would 
it have been better as divs? TIA
   
  This can be seen on this page:
   http://216.219.94.105/about2.cfm
   

       
---------------------------------
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. 
       
---------------------------------
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to