- From: mk <mersadk@gmail.com>
- Date: Thu, 3 Sep 2009 13:18:59 +0200
- To: www-validator-css@w3.org
Received on Thursday, 3 September 2009 12:21:45 UTC
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