EDIT:
to może zadam jeszcze jedno pytanie:
jak Wy radzicie sobie z umieszczeniem elementów w jednej linii, tak jakby były w tabelach?
Bo ja dotychczas stosowałem table-cell, jednak zauważyłem, że nie działa to w IE 6

<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <link rel="Stylesheet" type="text/css" href="style2.css" /> </head> <body> <center> <div id="strona_top"> </div> <div id="strona"> </div> <div id="strona_bottom"> </div> </center> </body> </html>
#strona { width:740px; text-align:left; background-image:url('./img/tlo-center.png'); } #strona_top { width:740px; height:30px; text-align:left; } #strona_top-left { width:30px; height:30px; background-image:url('./img/top-left.png'); display:inline; } #strona_top-middle { width:680px; height:30px; background-image:url('./img/top-middle.png'); display:inline; } #strona_top-right { width:30px; height:30px; background-image:url('./img/top-right.png'); display:inline; }