Możecie zerknąć i coś podpowiedzieć?
index.html
- Kod: Zaznacz wszystko
<!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" dir="ltr">
<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" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>wczasy, wycieczki, turystyka, biuro podróży, wypoczynek, promy, bilety, autokary, tanie linie lotnicze, Biuro Turystyczne ANTURJA</title>
</head>
<body>
<div id="container">
<div id="naglowek">
baner we flash
</div>
<div id="menu">
<ul>
<li><a href="#">Strona Główna</a></li>
<li><a href="#">Wczasy</a></li>
<li><a href="#">Bilety</a></li>
<li><a href="#">Ubezpieczenia</a></li>
<li><a href="#">Wycieczki grupowe</a></li>
<li><a href="#">ABC Turysty</a></li>
<li><a href="#">Kontakt</a></li>
</ul>
</div>
<div id="lewy" style="left:4px;top:1px; width:160px">
<dl>
<dt>KONTAKT</dt>
<dd>telefon <br />
mobil: </dd>
<dd>KAS LOTNICZA :<br />
<br />
TURYSTYKA: <br />
<br />
<br />
<br />
</dd>
</dl>
</div>
<div id="srodek">
<h2>Środek</h2>
<p>Tu będzie treć serwisu</p>
</div>
<div id="stopka">
<div id="copyright">Copyright by Biuro Turystyczne ANTURJA</div>
</div>
</div>
</body>
</html>
i css layout.css
- Kod: Zaznacz wszystko
/* DIV tags */
body {
margin: 0;
padding: 0;
border: 0;
}
#container {
width: 960px;
height:100%;
margin: 0 auto;
padding: 0;
border: 0;
}
#naglowek{
width: 960px;
height: 200px;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
}
#menu {
width: 960px;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
}
#lewy {
float: left;
position: relative;
}
#srodek {
float:right;
margin: 0;
position: relative;
}
#stopka {
width: 960px;
overflow: auto;
clear: both;
margin: 0;
padding: 0;
border: 0;
}
i style.css
- Kod: Zaznacz wszystko
@import url("layout.css");
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
background: #262626;
}
div {
font: verdana 12px #000;
position:relative;
}
a {
text-decoration: none;
}
#container {
border:none;
background-image: url("images/srodek.jpg");
background-repeat: repeat;
margin:0 auto;
padding:0 0px 0 0px;
position:relative;
width:960px;
height:100%;
text-align:left;
clear: both;
}
#menu {
width:960px;
height:42px;
border-top: 1px;
border-bottom: none;
background-image: url("images/pasek.jpg");
background-repeat: no-repeat;
}
html>body #menu {
overflow: hidden;
}
#lewy{
background-color: #e6791a;
width:160px;
height:100%;
float:left;
}
html>body #lewy {
background-color: #e6791a;
width:160px;
height:100%;
float:left;
}
#lewy dl {
margin: 0px;
}
#lewy dt {
font-size: 12px;
color: #000;
background:url(images/menu.jpg) no-repeat;
font-weight: bold;
height:20px;
width:157px;
padding-top:6px;
text-align:center;
}
#lewy dd {
font-size:13px;
margin-top:3px;
margin-left:6px;
}
#lewy a {
font-size:14px;
color: #000000;
line-height: 150%;
}
#lewy a:hover {
text-decoration:underline;
}
#srodek {
float:left;
font-family: Verdena,Georgia, Times New Roman, Times, serif;
width: 800px;
padding-left:170px;
padding-top:0px;
}
html>body #srodek {
font-family: Verdena,Georgia, Times New Roman, Times, serif;
width: 800px;
padding-left:170px;
padding-top:1px;
float:left;
}
#srodek a {
color:#000000;
text-decoration:underline;
}
#srodek h2 {
font-size: 15px;
color: #294b9d;
}
#srodek p {
text-indent: 15px;
text-align: justify;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#stopka {
background-image: url("images/pasek.jpg");
background-repeat: no-repeat;
text-align: center;
padding-bottom: 10px;
}
html>body #stopka {
text-align: center;
padding-bottom: 0;
}
/* Navigation */
#menu ul {
list-style: none;
}
#menu li {
float: left;
padding-left:20px;
padding-top:5px;
font-weight: bold;
font-size: 14px;
}
#menu a {
display: block;
line-height: 20px;
padding: 0 8px;
color: #fff;
font-weight: bold;
}
#menu a:hover {
background: #fff;
color: #294b9d;
}
/* Left Column */
#lewy img {
border: none;
}
/* Footer */
#footer p {
font-size: x-small;
color: #000;
}
/* Links */
a {
color: #a27;
text-decoration: none;
}
a:hover {
color: #f72;
text-decoration: none;
}













