Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[PYTANIE]Jak to zrobić?


Rekomendowane odpowiedzi

Opublikowano

Pokaż kod, inaczej nie pomozemy. Chyba, że to ci coś pomoze:

usun background-color:white; w css

random.jpg

 

,,Odi profanum vulgus et arceo"

 

2lvpyc.jpg

by Cristiano.

1353427424-U307916.png

by MrSpritex1 (ja)

Opublikowano

css

 

menu {

max-width:720px;

width:720px;

height:22px;

background:#eeeeee;

border-top:solid #a9a9a9 1px;

border-bottom:solid #a9a9a9 1px;

margin-top:10px;

}

#menu a {

padding-left:40px;

padding-right:35px;

display: block;

color:#000000;

margin-top:2px;

float:left;

font-weight: bold;

}

#menu a:hover {

margin-top:2px;

color:#000000;

text-decoration:underline;

}

#tresc {

margin-top:20px;

margin-left:15px;

margin-right:15px;

height:auto;

width:700px;

background:#ffffff;

margin-bottom:10px;

}

#tresc h2 {

margin-left:auto;

margin-right:auto;

text-indent:20px;

font-size: 17px;

margin-top:0px;

border-left:solid #00592a 3px;

width:650px;

}

#tresc p {

margin-left:auto;

margin-right:auto;

width:650px;

text-indent: 15px;

text-align: justify;

font-size:12px;

font-family:Verdana, Arial, Helvetica, sans-serif;

}

#stopka {

clear:both;

text-align:right;

width:740px;

height:15px;

margin-top:5px;

border-top:solid #dcdcdc 1px;

border-left:solid #dcdcdc 1px;

border-right:solid #dcdcdc 1px;

border-bottom:solid #dcdcdc 1px;

background:#fbfbfb;

font-size:11px;

font-family:Verdana, Arial, Helvetica, sans-serif;

}

#stopka a {

color: #000000;

}

#stopka a:hover {

text-decoration:underline;

}

#copyright {

float:left;

padding-left:340px;

}

#design {

float:right;

padding-right:10px;

}

 

 

index

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...nsitional.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />

<meta http-equiv="Content-Language" content="pl" />

<meta name="Keywords" content="słowa, kluczowe, oddzielone, przecinkami" />

<meta name="Description" content="krótki opis zawarto?ci strony" />

<meta name="Robots" content="ALL" />

<meta name="Author" content="flankerds.com" />

<link rel="stylesheet" href="style.css" type="text/css" />

<title>Szablonik flankerds.com</title>

</head>

 

<body>

 

<div id="kontener">

<div id="logo"></div>

<div id="menu">

<a href="#">Strona Główna</a>

<a href="#">Shout-Box</a>

<a href="#"></a>

<a href="#"></a>

</div>

<div id="tresc">

<h2>Darmowy Szablon</h2>

<p>Ten szablon jest darmowy. Możesz go dowolnie edytować i rozpowszechniać. Jedynym warunkiem jego użytkowania jest informacja o autorze strony i pozostawienie linku zwrotnego w stopce.</p>

 

<h2>Tytuł</h2>

<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis viverra elementum enim. Mauris a metus. Donec vulputate, sapien vitae eleifend ullamcorper.</p>

<p>Aenean pretium. Pellentesque a nisi eu diam pretium rhoncus. In hac habitasse platea dictumst. Vestibulum consequat, enim vitae bibendum hendrerit, metus dui vestibulum sapien, a tempor sem nisl a lorem. Vestibulum orci elit, tincidunt ac, convallis in, euismod quis, dolor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed vestibulum. Praesent elementum eros at dolor. Sed imperdiet metus vitae metus. Suspendisse vitae dolor sit amet nulla sodales vehicula.</p>

</div>

</div>

 

<div id="stopka">

<div id="copyright">Copyright by Ty</div>

<div id="design">Design by <a href="http://www.flankerds.com" target="_blank">flankerds.com</a></div>

</div>

</body>

</html>

 

 

]\

 

 

@up a gdzie to xD

Opublikowano

Jak nie ma?

 

#tresc {

margin-top:20px;

margin-left:15px;

margin-right:15px;

height:auto;

width:700px;

background:#ffffff; <-- TUTAJ

margin-bottom:10px;

}

Opublikowano

menu {
max-width:720px;
width:720px;
height:22px;
background:#eeeeee;
border-top:solid #a9a9a9 1px;
border-bottom:solid #a9a9a9 1px;
margin-top:10px;
}
#menu a {
padding-left:40px;
padding-right:35px;
display: block;
color:#000000;
margin-top:2px;
float:left;
font-weight: bold;
}
#menu a:hover {
margin-top:2px;
color:#000000;
text-decoration:underline;
}
#tresc {
margin-top:20px;
margin-left:15px;
margin-right:15px;
height:auto;
width:700px;
margin-bottom:10px;
}
#tresc h2 {
margin-left:auto;
margin-right:auto;
text-indent:20px;
font-size: 17px;
margin-top:0px;
border-left:solid #00592a 3px;
width:650px;
}
#tresc p {
margin-left:auto;
margin-right:auto;
width:650px;
text-indent: 15px;
text-align: justify;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka {
clear:both;
text-align:right;
width:740px;
height:15px;
margin-top:5px;
border-top:solid #dcdcdc 1px;
border-left:solid #dcdcdc 1px;
border-right:solid #dcdcdc 1px;
border-bottom:solid #dcdcdc 1px;
background:#fbfbfb;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka a {
color: #000000;
}
#stopka a:hover {
text-decoration:underline;
}
#copyright {
float:left;
padding-left:340px;
}
#design {
float:right;
padding-right:10px;
}

 

Masz

Opublikowano
kontener {
opacity: 0;
}
menu {
max-width:720px;
width:720px;
height:22px;
background:#eeeeee;
border-top:solid #a9a9a9 1px;
border-bottom:solid #a9a9a9 1px;
margin-top:10px;
}
#menu a {
padding-left:40px;
padding-right:35px;
display: block;
color:#000000;
margin-top:2px;
float:left;
font-weight: bold;
}
#menu a:hover {
margin-top:2px;
color:#000000;
text-decoration:underline;
}
#tresc {
margin-top:20px;
margin-left:15px;
margin-right:15px;
height:auto;
width:700px;
background:#ffffff;
margin-bottom:10px;
}
#tresc h2 {
margin-left:auto;
margin-right:auto;
text-indent:20px;
font-size: 17px;
margin-top:0px;
border-left:solid #00592a 3px;
width:650px;
}
#tresc p {
margin-left:auto;
margin-right:auto;
width:650px;
text-indent: 15px;
text-align: justify;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka {
clear:both;
text-align:right;
width:740px;
height:15px;
margin-top:5px;
border-top:solid #dcdcdc 1px;
border-left:solid #dcdcdc 1px;
border-right:solid #dcdcdc 1px;
border-bottom:solid #dcdcdc 1px;
background:#fbfbfb;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka a {
color: #000000;
}
#stopka a:hover {
text-decoration:underline;
}
#copyright {
float:left;
padding-left:340px;
}
#design {
float:right;
padding-right:10px;
}

Opublikowano

kontener {
opacity: 0;
}
menu {
max-width:720px;
width:720px;
height:22px;
background:#eeeeee;
border-top:solid #a9a9a9 1px;
border-bottom:solid #a9a9a9 1px;
margin-top:10px;
}
#menu a {
padding-left:40px;
padding-right:35px;
display: block;
color:#000000;
margin-top:2px;
float:left;
font-weight: bold;
}
#menu a:hover {
margin-top:2px;
color:#000000;
text-decoration:underline;
}
#tresc {
margin-top:20px;
margin-left:15px;
margin-right:15px;
height:auto;
width:700px;
background:#ffffff;
margin-bottom:10px;
}
#tresc h2 {
margin-left:auto;
margin-right:auto;
text-indent:20px;
font-size: 17px;
margin-top:0px;
border-left:solid #00592a 3px;
width:650px;
}
#tresc p {
margin-left:auto;
margin-right:auto;
width:650px;
text-indent: 15px;
text-align: justify;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka {
clear:both;
text-align:right;
width:740px;
height:15px;
margin-top:5px;
border-top:solid #dcdcdc 1px;
border-left:solid #dcdcdc 1px;
border-right:solid #dcdcdc 1px;
border-bottom:solid #dcdcdc 1px;
background:#fbfbfb;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka a {
color: #000000;
}
#stopka a:hover {
text-decoration:underline;
}
#copyright {
float:left;
padding-left:340px;
}
#design {
float:right;
padding-right:10px;
}

 

jak to skopiuje i wkleje to nie ma wcale tla...

Opublikowano
menu {
opacity: 0;
max-width:720px;
width:720px;
height:22px;
background:#eeeeee;
border-top:solid #a9a9a9 1px;
border-bottom:solid #a9a9a9 1px;
margin-top:10px;
}
#menu a {
padding-left:40px;
padding-right:35px;
display: block;
color:#000000;
margin-top:2px;
float:left;
font-weight: bold;
}
#menu a:hover {
margin-top:2px;
color:#000000;
text-decoration:underline;
}
#tresc {
opacity: 0;


margin-top:20px;
margin-left:15px;
margin-right:15px;
height:auto;
width:700px;
background:#ffffff;
margin-bottom:10px;
}
#tresc h2 {
margin-left:auto;
margin-right:auto;
text-indent:20px;
font-size: 17px;
margin-top:0px;
border-left:solid #00592a 3px;
width:650px;
}
#tresc p {
margin-left:auto;
margin-right:auto;
width:650px;
text-indent: 15px;
text-align: justify;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka {
opacity: 0;


clear:both;
text-align:right;
width:740px;
height:15px;
margin-top:5px;
border-top:solid #dcdcdc 1px;
border-left:solid #dcdcdc 1px;
border-right:solid #dcdcdc 1px;
border-bottom:solid #dcdcdc 1px;
background:#fbfbfb;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka a {
color: #000000;
}
#stopka a:hover {
text-decoration:underline;
}
#copyright {
float:left;
padding-left:340px;
}
#design {
float:right;
padding-right:10px;
}

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...