Geschrieben von Wiiwii am 22.02.2009 um 11:32:
Design Coden / Horizontales Menü
Hey
Ich hab mir leztens so ein Design gemacht,mit horizontalen Menü...Der normale Code ist ja immer: Nun verstehe ich nicht,wie man das Menü Horizontal machen kann? Das rotmakierte,steht ja eig. immer für das auf welcher Seite das Menü ist. Hat jemand eine Idee,was ich anstatt Left dahin schreiben muss,damit das Hoizontal ist?
<!-- Start Grundcode by
www.oylahomepagehilfe.de -->
<html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}
a:link {
color: #0000ff;
text-decoration:none;
}
a:visited {color: #0000ff;
text-decoration:none;
}
a:active {color: #ffffff;
text-decoration:none;
}
a:hover {color: #000000;
text-decoration:none;
}
-->
</style>
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0">
<!-- Start Design -->
<img border="0" src="Design_Adresse.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">
<!-- End Design -->
<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 220px; left: 330px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%%CONTENT%%</span>
</div>
<!-- End Content -->
<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 220px;
left: 40px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%%MENU%%</span>
</div>
<!-- End Navigation -->
</body>
</html>
<!-- End Grundcode by
www.oylahomepagehilfe.de -->

#
Wäre nett wenn ihr mir helfen könntet,
lg :*