Just having a bit of a problem with floats and divs.
Have a look at:
http://www.richardson.co.nz/div_problem.gif
Which shows what I'm trying to do.
Why does IE change the behavior of the float when a height is set on the
right hand column? (I'm using a standards column layout, e.g.
#sidebar
{
float : left;
width : 200px;
}
#content
{
margin-left : 200px;
}
It's when I apply a height to that #content column does it show that
different behavior. Any ideas on what I could do to make ie work like
Firefox in this case?
Samuel
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************