Mam pytanie tego rodzaju: mianowicie... Czy istnieje taki sposób (napewno istnieje ale ja go nie znam ;P) żeby obramowanie np. menu tak jak na mojej stronie nie układać z tabelki...

Dzięki za pomoc

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <html> <head> <meta name="generator" content="WebSite PRO 4.3" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> <meta name="author" content="Autor_dokumentu"> <meta name="description" content="Opis"> <!-- Ladujemy style z zewnetrznego pliku css --> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <!-- Glowny blok strony --> <div class="glowny"> <!-- Twoje logo --> <!-- lewe menu --> <div class="lewa"> <!-- gorny obrazek menu --> <!-- tlo menu --> <div class="mtlo"> <!-- wlasciwosci menu --> <ul class="menu"> </ul> </div> <!-- koniec menu --> </div> <!-- srodek strony --> <div class="srodek"> <!-- goeny obrazek srodka strony --> <!-- wlasciwosci srodka strony --> <div class="mtlo2">twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst twoj tekst <br> </div> <!-- dolny obrazek strony --> <br> </div> <!-- stopka strony --> </div> </body> </html>
body{ background:#c6daff; padding:0px; margin:0px; } div,td{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; } .glowny{background:url(img/tlo.gif); width: 794px; margin:auto;} .lewa{ padding:10px; float: left; width: 156px; } .mtlo{ background:url(img/mtlo.gif); padding: 2px 3px 1px 3px; margin:0px; } .srodek{ background:url(img/menus.gif); padding:11px 4px 10px 4px; text-align:center; color:black; font-weight:bold; } .mtlo2{ background:url(img/mtlo2.gif); padding: 0px 4px 0px 4px; margin:0px; } .menu{ list-style: none; margin:0px; margin-left:1px; padding:0px; } .menu li a{ display:block; width:144px; padding:3px 0px 3px 3px; background-color:#6199ff; border-bottom:1px solid black; color:black; font-size:10px; text-decoration:none; } .menu li a:hover{ background-color:#96bbff; border-bottom:1px solid black; color:white; text-decoration:none; font-size:10px; }