Geschrieben von Schmusekatze am 25.03.2008 um 19:30:
Navigation
Huhu,
Ich bräuchte mal eure Hilfe.
Also ich kann Design coden, aber nicht so, wie ich es im Moment brauche...
Guckt mal hier:
(Ich denke die Betreiberin hat nichts dagegen, wenn ich hier ihre Homepageadresse hinschreibe

)
www.flikka.de.vu
Da ist das Menü bzw. Die Navigation oben in einer Linie.
So hätte ich es auch gerne, da es eh nicht viele Links werden und es wie dort eine Privathomepage werden soll.
Kann mir jemand sagen, wie ich ein Design so code, dass dort die Navigation ist?
lg
Geschrieben von Schmusekatze am 25.03.2008 um 19:53:
danke, ich werds mal probieren
Könntest du mir das auch für oyla.de erklären?
benutze den code:
<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: #000000;
text-decoration:none;
}
a:visited {color: #000000;
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">
<img border="0" src="http://img217.imageshack.us/img217/5350/desiiog2.jpg " scroll="no" bgproperties="fixed"
ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="945" height="704">
<div style="overflow: auto; position: absolute; width: 793; height: 392; left: 72; top: 289">
<font face="Verdana" size="2"><font color="#000000">%content%</font></font>
</div>
<div style="overflow: auto; position: absolute; width: 798; height: 26; left: 72; top: 252">
<font face="Verdana" size="2" color="#000000">%navigation_v%</font>
</div>
Und habe eine "menue" seit erstellt wo dein html code reinkam, das hatte bei nem anderen anbieter auch geklappt und bei oyla funktioniert das nich so wie ichs will...