GFX-Händchen
Erfahrenes Mitglied
Hi all,
vorweg sei gesagt, dass ich seit längerem nichts mehr gemacht habe und nun eben nur meine Grundkenntnisse wieder auffrischen möchte.
Daher habe ich mir einfach eine kostenlose PSD heruntergeladen und gesliced.
Jetzt möchte ich das Ganze in DW zusammenfügen, doch hänge bei der Navigation fest.
Die Navigation besteht aus mehreren Grafiken und wird komischerweise verschoben..
Hab bestimmt mehr im Code als nötig.:-(
HTML-Code
vorweg sei gesagt, dass ich seit längerem nichts mehr gemacht habe und nun eben nur meine Grundkenntnisse wieder auffrischen möchte.
Daher habe ich mir einfach eine kostenlose PSD heruntergeladen und gesliced.
Jetzt möchte ich das Ganze in DW zusammenfügen, doch hänge bei der Navigation fest.
Die Navigation besteht aus mehreren Grafiken und wird komischerweise verschoben..
Hab bestimmt mehr im Code als nötig.:-(
HTML-Code
HTML:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<link href="test2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header">
Raum für den Inhalt von id "header"</div>
<div id="navi">
<ul>
<li class="nav_leer"></li>
<li class="btn1_img"><a href="#">Home</a></li>
<li class="btn2_img"><a href="#">Next1</a></li>
<li class="btn3_img"><a href="#">Next2</a></li>
<li class="btn4_img"><a href="#">Next3</a></li>
<li class="nav_album"></li>
</ul>
</div> <!-- ende navigation -->
<div id="content">
<div id="content_left"></div>
<div id="content_right"></div>
</div> <!-- ende content -->
<div id="footer"></div>
</div>
</body>
</html>
Code:
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
background-color: fff;
}
#wrapper {
height: 650px;
width: 750px;
margin-top: 50px;
margin-right: auto;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #999;
border-bottom-color: #999;
border-left-color: #999;
display: block;
}
#header {
background-image: url(Bilder/header.jpg);
margin: 0px;
height: 70px;
width: 750px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #00F;
border-right-color: #00F;
border-bottom-color: #00F;
border-left-color: #00F;
display: block;
}
#navi {
margin: 0px;
height: 40px;
width: 750px;
display: block;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #0F0;
border-right-color: #0F0;
border-bottom-color: #0F0;
border-left-color: #0F0;
}
.btn1_img {
background-image: url(Bilder/w3.jpg);
height: 40px;
width: 117px;
}
.btn2_img {
background-image: url(Bilder/w4.jpg);
height: 40px;
width: 114px;
margin: 0px;
}
.btn3_img {
background-image: url(Bilder/w5.jpg);
height: 40px;
width: 115px;
margin: 0;
}
.btn4_img {
background-image: url(Bilder/w6.jpg);
height: 40px;
width: 117px;
margin: 0;
}
.nav_leer {
background-image: url(Bilder/w2.jpg);
margin: 0px;
height: 40px;
width: 49px;
background-repeat: no-repeat;
float: left;
}
.nav_btn1 {
background-image: url(Bilder/w3.jpg);
background-repeat: no-repeat;
margin: 0px;
float: left;
height: 40px;
width: 117px;
display: block;
}
.nav_btn2 {
background-image: url(Bilder/w4.jpg);
background-repeat: no-repeat;
margin: 0px;
float: left;
height: 40px;
width: 114px;
display: block;
}
.nav_btn3 {
background-image: url(Bilder/w5.jpg);
background-repeat: no-repeat;
margin: 0px;
float: left;
height: 40px;
width: 115px;
display: block;
}
.nav_btn4 {
/* [disabled]background-image: url(Bilder/w6.jpg); */
background-repeat: no-repeat;
margin: 0px;
float: left;
height: 40px;
width: 117px;
display: block;
}
.nav_album {
background-image: url(Bilder/w7.jpg);
background-repeat: no-repeat;
margin: 0px;
float: left;
height: 40px;
width: 238px;
/* [disabled]display: block; */
}
#navi ul {
margin: 0px;
height: 40px;
width: 750px;
float: left;
}
#navi ul li a {
float: left;
list-style-type: none;
/* [disabled]background-image: url(Bilder/w3.jpg); */
background-repeat: no-repeat;
height: 20px;
/* [disabled]width: 117px; */
margin-top: 20px;
margin-left: 40px;
}
#navi ul li {
float: left;
list-style-type: none;
}
#content {
margin: 0px;
clear: both;
height: 502px;
width: 750px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #F00;
border-right-color: #F00;
border-bottom-color: #F00;
border-left-color: #F00;
}
#content_left {
background-image: url(Bilder/contl.jpg);
margin: 0px;
height: 502px;
width: 530px;
float: left;
}
#content_right {
background-image: url(Bilder/contr.jpg);
margin: 0px;
float: right;
height: 502px;
width: 220px;
}
#footer {
margin: 0px;
clear: both;
height: 38px;
width: 750px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #00F;
border-right-color: #00F;
border-bottom-color: #00F;
border-left-color: #00F;
}