![]() |
Layouty - Wersja do druku +- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl) +-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www) +--- Dział: Początkujący webmaster (https://www.webmastertalk.pl/forum-poczatkujacy-webmaster) +--- Wątek: Layouty (/thread-layouty) |
RE: Layouty - Taex - 20-12-2008 Szerokość całej strony masz ustawioną na 922px a szerokość topu na 800px więc masz 122px luki, w którą wchodzi Ci ten text. RE: Layouty - janoz5 - 21-12-2008 HTML: http://www.wklej.org/id/30555/ CSS: http://www.wklej.org/id/30554/ Strona: (sorry za słabą jakość) http://images43.fotosik.pl/42/909503861e63d7ed.jpg Chcę usunąć ten px w menu z góry i z dołu (zaznaczony na obrazku). Próbowałem ale nie umiałem
Z góry dzięki Merry Christmas RE: Layouty - Marcin - 22-12-2008 A to nie jest czasem border:1px solid #fff? RE: Layouty - janoz5 - 30-12-2008 Mam problemy z validacją i nie wiem jak te błędy poprawić: Kod strony: http://www.wklej.org/id/33284/ Błędy: # Error Line 59, Column 9: end tag for "div" omitted, but OMITTAG NO was specified. </script> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". ---------------------------------------------------------------------------------------- Line 12, Column 3: start tag was here. <div id="calosc"> --------------------------------------------------------------------------------------- Line 59, Column 9: end tag for "body" omitted, but OMITTAG NO was specified. </script> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". --------------------------------------------------------------------------------------- Line 9, Column 0: start tag was here. <body><!--]>--><noscript onclick="''"></noscript><script type="text/javascript" --------------------------------------------------------------------------------------- Line 59, Column 9: end tag for "html" omitted, but OMITTAG NO was specified. </script> ✉ You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". --------------------------------------------------------------------------------------- Line 2, Column 0: start tag was here. <html xmlns="http://www.w3.org/1999/xhtml"> ---------------------------------------------------------------------------------------- # Error Line 59, Column 9: XML Parsing Error: Premature end of data in tag div line 12. </script> -------------------------------------------------------------------------------------- # Error Line 59, Column 9: XML Parsing Error: Premature end of data in tag body line 9. </script> --------------------------------------------------------------------------------------- # Error Line 59, Column 9: XML Parsing Error: Premature end of data in tag html line 2. </script> RE: Layouty - janoz5 - 10-01-2009 HTML: http://www.wklej.org/id/37265/ CSS: http://www.wklej.org/id/37267/ I chcę sobie zrobić ot to menu: ![]() Więc pociołem je *troche nie dokładnie* góra ![]() dól ( nie idzie coś wgrać, ale wyciołem te narożniki jako jeden obrazek środek (można zrobić samym css ) i teraz jak to zrobić w css i na stronie, chcę aby cało menu było o cssowane, żeby nie trzeba było na stronie dawać jakiś obrazków. Jak to zrobić? RE: Layouty - Taex - 10-01-2009 HTML Kod: <div id="menu"> CSS Kod: .tlo { |