Postanowiłem sprawdzić kod CSS w walidatorze. Wyskoczyło mi 5 ostrzeżeń tej samej treści tylko w innych linijkach.
Treść ostrzeżeń:
Kod
div#tresc In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected
Nie bardzo wiem o co w tym chodzi

Kod
div#tresc
{
float: none;
overflow: hidden;
}
{
float: none;
overflow: hidden;
}
Z góry dziękuje za pomoc
