Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
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)

Strony: 1 2 3 4 5


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: [Obrazek: cf01a959af87f8cb.jpg]

Więc pociołem je *troche nie dokładnie*
góra [Obrazek: 519f589dd39a8fc9.png]
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">
<div><img src="obrazek.png" alt="Menu_a" /></div>
<div class="tlo"></div>
<div><img src="obrazek2.png" alt="Narożniki" /></div>
</div>

CSS
Kod:
.tlo {
   background-color: #333333;
   width: 300px;
   min-height: 100px;
}