css datei:
- Code: Alles auswählen
#left {
float:left;
height:100%;
width:40px;
border:1px solid black;
background:url(images/links.gif) #bbbbbb;
}
#right {
float:right;
height:100%;
width:40px;
border:1px solid black;
background:url(images/rechts.gif) #bbbbbb;
}
#top {
border:1px solid black;
background:url(images/banner.gif) center no-repeat #696969;
height:100px;
}
#nav{
border:1px solid black;
height: 50px;
background:#bababa;
}
#nav a {
background:url(images/button.gif);
width:100px;
height:30px;
text-align: center;
margin:10px;
}
#nav a:hover {
background:url(images/button2.gif);
width:100px;
height:30px;
}
#text {
border:1px solid black;
height:100%;
background:#bbbbbb;
}
HTML datei:
- Code: Alles auswählen
<html>
<head>
<title></title>
<meta name="author" content="CoD Zocker">
<link rel=stylesheet type="text/css" href="style.css" />
</head>
<body text="red" bgcolor="#bbbbbb" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<div id="top"></div>
<div id="left"></div>
<div id="right"></div>
<div id="nav"><a href="#">test</a><a href="#">test</a><a href="#">test</a><a href="#">test</a><a href="#">test</a></div>
<div id="text"></div>
</body>
</html>
ich benutze Phase 5, falls ihr das wissen wollt.
Hoffe auf schnelle hilfe
Executor
