Natomiast nie wiem czemu pod FF i Opera zewnetrzny DIV nie rozciaga sie do wielkosci tresci zawartych w nim...
Dodam, ze nie wiem z gory jaka bedzie wysokosc div'a z linkami, ani div'a z tekstem.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <style type="text/css"> ul { list-style: none; } ul li { padding: 0; margin: 0; } </style> </head> <body> <div style="width:900px;margin:0 auto;background-color:#CCCCCC; overflow: hidden;"> <div style="width:200px;float:left"> <ul> </ul> </div> </div> </body>