Bug

If you test this code you will get a warning "..floated elements need to
have a width declared.." even if width is defined.

..test {
float:left;
}
..test {
width:100px;
}

Received on Thursday, 3 September 2009 12:21:45 UTC