James wrote:
Miles,
Replace your existing #content selector with the following:
#content {
margin-left: 0;
float : left;
padding: 0;
border: 1px dashed #090;
}
Slightly different way of achieving the result you're after.
____________________________
If it floats it needs a width. So add your width back to the declaration.
drew
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************