I am always having trouble with my floats dropping below the container
\s they are being floated against in IE. Other than reducing the
amount of space (since IE adds extra padding I believe), is there a
good way to prevent this from occurring?

for example I have two columns with the css as:

#left_column{/*positioning for left column*/
float:left;
width:310px;
margin-left:15px;
}

#right_column{/*positioning for right column*/
width:448px;
margin-left:360px;
padding-left:10px;
}


and the right column drops down in IE 


-- 
::Bruce::
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to