Witam, już prawie skończyłem stronkę i prosiłbym o waszą ocenę. Przy okazji może zauważycie jakieś błędy na stronie itd.
link: Vikor
Pozdrawiam
body > * {margin:0 auto;}
body { min-width: 1024px; /* zabezpiecza przed niskimi rozdzielczościami */ } body > * { margin: 0 auto; /* centruje wszystkie elementy w body */ } #menu { text-align: center; /* centruje menu */ } #menu li { line-height:30px; } #menu li.menu-item { background-image: obraz pod linkami w menu (faktura); background-repeat:repeat; } #menu-first,#menu-last { width:15px; background-repeat:no-repeat; } #menu-first { background-image:lewa krawędź; } #menu-last { background-image:prawa krawędź; }
body{ margin:0; padding:0;
margin: 0 auto; padding:0;
body > * {margin:0 auto}
#center { width: 100%; overflow: hidden; position: relative; } #center ul { float: left; text-align: center; position: relative; left: 50%; } #center ul li { float: left; display: block; position: relative; right: 50%; }
#menu { padding:0; margin:0; text-align: center; /* centruje menu */ line-height:30px; } #menu li { display:inline; } #menu li.menu-item { background-image: obraz pod linkami w menu (faktura); background-repeat:repeat; } #menu-first,#menu-last { width:15px; height:30px; display:inline-block !important; background-repeat:no-repeat; vertical-align:top; }
#center { width: 100%; overflow: hidden; position: relative; } #center ul { float: left; text-align: center; position: relative; left: 50%; } #center ul li { float: left; display: block; position: relative; right: 50%; }
.cent{ position:absolute; width:999px; top:5px; right:-26px; }