Huhu,
Wiedermal,
Ich bin meiner Meinung nach auf dem richtigen weg,
Jedoch habe ich schon alles probiert um die content zu floaten aber ich bekomm sie nicht neben die navi
Auch indem ich die <div> anders angeordnet hab (Reihnfolge)
Bitte bitte sagt mir wie.
Und dann noch: aber das krieg ich best. hin warum verschieben sie die .navi?? Wenn man "hovert"<< ?
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
#container {
width: 760px;
\width: 780px;
w\idth: 760px;
border: 1px solid gray;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
align: center;
}
#logo {
float: left;
width: 120px;
padding: 4px;
margin-bottom: 2px;
background-color: gray
}
#banner {
padding: 5px;
margin-bottom: 2px;
background-color: gray
}
#content {
float: right;
padding: 5px;
background-color: rgb(235, 235, 235);
border-right: 1px solid gray;
width: 621px;
}
#sidebar-a {
clear: left;
width: 0;
margin: 0;
padding: 5px;
padding-top: 35px;
margin-right: 0px;
background-color: rgb(213, 219, 225);
}
#footer {
clear: both;
padding: 5px;
margin-top: 2px;
background-color: gray
}
.navi {
display: block;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #ffffff;
background-color: gray;
padding:4px;
width:110px;
margin-bottom: 3px;
}
.navi:hover {
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #ffffff;
background-color: #64A0DD;
}
.navi:active {
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #ffffff;
background-color: #2363A3;
}
.navi2 {
display: block;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: gray;
background-color: rgb(235, 235, 235);
padding:4px;
width:104px;
margin-bottom: 3px;
margin-left: 3px;
}
.navi2:hover {
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: gray;
background-color: #64A0DD;
}
.navi2:active {
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: gray;
background-color: #2363A3;
}
a, p, h1, h2, ul, li { font-family: Verdana; }
h1 { font-decoration: underline; font-size: 11px; color: #64A0DD; font-weight:bold; }
p { font-decoration: none; font-size: 9px; color: #646464; font-weight:normal; }
.copy { text-align:right; font-decoration: none; font-size: 8px; color: #EBEBEB; font-weight:normal; }
.norm { font-weight:bold; color:gray; text-decoration:none; }
.norm:link { font-weight:bold; color:gray; text-decoration:none; }
.norm:visited { font-weight:bold; color:gray; text-decoration:none; }
.norm:focus { font-weight:bold; color:gray; text-decoration:underline; }
.norm:hover { font-weight:bold; color:gray; text-decoration:underline; }
.norm:active { font-weight:bold; color:gray; text-decoration:underline; }
.copy { font-weight:normal; color:#EBEBEB; text-decoration:none; }
.copy:link { font-weight:normal; color:#EBEBEB; text-decoration:none; }
.copy:visited { font-weight:normal; color:#EBEBEB; text-decoration:none; }
.copy:focus { font-weight:normal; color:#EBEBEB; text-decoration:underline; }
.copy:hover { font-weight:normal; color:#EBEBEB; text-decoration:underline; }
.copy:active { font-weight:normal; color:#EBEBEB; text-decoration:underline; }
</style>
</head>
<body>
<div id="container">
<div id="logo">[img]images/logo.gif[/img]</div>
<div id="banner"></div>
<div id="sidebar-a">
[url='#']Link[/url]
[url='#']Link[/url]
[url='#']unter Link[/url]
[url='#']unter Link[/url]
[url='#']Link[/url]
[url='#']Link[/url]
[url='#']Link[/url]
[url='#']unter Link[/url]
[url='#']unter Link[/url]
[url='#']Link[/url]
</div>
<div id="content">
<table cellpadding="5">
<tr>
<td>
<h1>Willkommen</h1>
Dieser Teil der Homepage befindet sich leider noch im Aufbau,
bitte nutzen Sie den [url='http://www.x-basstar-x.de/D1/frameset.htm']anderen Teil.[/url]
Danke</p>
</td>
</tr>
</table>
</div>
<div id="footer"><p class="copy">© [url='mailto:']pata pan 2006[/url]</div>
</div>
</body>
</html>
Alles anzeigen