Autor |
Nachricht |
-
habbs-citty
|
03.07.2011 um 13:39 (UTC) Titel: Hilfe bei der Navigation ! |
|
|
Hallo ich möchte beio CSS das die Navigation oben ist kann ich code dafür nur Code keine Homepagen danke. |
|
↑
|
|
|
-
success4you
Wohnort: RheinMainArea
|
03.07.2011 um 15:39 (UTC) Titel: |
|
|
|
|
↑
|
|
|
-
heydukommher
|
|
↑
|
|
|
|
04.07.2011 um 13:39 (UTC) Titel: Re: Hi |
|
|
heydukommher hat Folgendes geschrieben:
Hallo!
Bitte mach doch nicht in anderen Threads Werbung für deine Homepage.
Du kannst deine Homepage gerne hier in deinem Promotionsthread promoten:
http://www.homepage-baukasten.de/forum/viewtopic.php?p=724179
Aber bitte nicht einfach in irgendwelchen Threads!
Lg, Osterholzer ______________ Leben heißt nicht zu warten, bis der Sturm vorüberzieht, sondern zu lernen, im Regen zu tanzen! |
|
↑
|
|
|
-
4ever-sulake
|
04.07.2011 um 13:50 (UTC) Titel: ^^ |
|
|
danke aber nichts hilfreich ...
brauch nur Code keine Seiten |
|
↑
|
|
|
-
success4you
Wohnort: RheinMainArea
|
04.07.2011 um 14:05 (UTC) Titel: |
|
|
Zitat: <style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}
ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li a
{
padding-right: 20px;padding-top: 5px;
}
div.menu
{
position: absolute;
z-index: 3;
top: 124px;
left: 50%;
margin-left:-405px;
width:905px;
}
.menu li
{
width: 160px;
float: left;
}
.menu a
{
border: 1px solid #292929;
background-color: #999999;
background-image: url(URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #292929;
}
.menu a:hover
{
background-color: #c5c6c5;
background-image: url(URL);
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #FFFFFF;
}
//-->
</style>
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}
function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a href="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Menupunkt1</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="/tutorials/Menupunkt1.1.htm">Menupunkt1.1</a></li>
<li><a href="/tutorials/Menupunkt1.2.htm">Menupunkt1.2</a></li>
</ul>
</li>
<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">Menupunkt2</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="/tutorials/Menupunkt2.1.htm">Menupunkt2.1</a></li>
<li><a href="/tutorials/Menupunkt2.2.htm">Menupunkt2.2</a></li>
</ul>
</li>
<li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Menupunkt3</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="/tutorials/Menupunkt3.1.htm">Menupunkt3.1</a></li>
<li><a href="/tutorials/Menupunkt3.2.htm">Menupunkt3.2</a></li>
</ul>
</li>
<li><a href="javascript:void(0);" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">Menupunkt4</a>
<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
<li><a href="/tutorials/Menupunkt4.1.htm">Menupunkt4.1</a></li>
<li><a href="/tutorials/Menupunkt4.2.htm">Menupunkt4.2</a></li>
</ul>
</li>
<li><a href="javascript:void(0);" onmouseover="montre('smenu5');" onmouseout="cache('smenu5');">Menupunkt5</a>
<ul id="smenu5" onmouseover="montre('smenu5');" onmouseout="cache('smenu5');">
<li><a href="/tutorials/Menupunkt5.1.htm">Menupunkt5.1</a></li>
<li><a href="/tutorials/Menupunkt5.2.htm">Menupunkt5.2</a></li>
</ul>
</li>
</div>
Gut hier ist der Code von der Seite - wenn du das ohne Erklärung hinbekommst - super
wenn nicht - oben ist ja der Link zur Seite ______________ Ciao Michael
Wenn man keine Ahnung hat, einfach mal fragen!
No Support via PN, E-Mail or Messenger - only here : FORUM
|
|
↑
|
|
|
-
4ever-sulake
|
04.07.2011 um 14:11 (UTC) Titel: ^^ |
|
|
Oh man....meine Navigation soll da oben sein ^^ |
|
↑
|
|
|
-
success4you
Wohnort: RheinMainArea
|
|
↑
|
|
|
-
4ever-sulake
|
|
↑
|
|
|
-
pokemonshow
|
04.07.2011 um 14:53 (UTC) Titel: |
|
|
Gucks du hier______________ mfg
pokemonshow
_______________________________________________
|
|
↑
|
|
|
-
4ever-sulake
|
04.07.2011 um 15:10 (UTC) Titel: |
|
|
Code: NEIN NEIN NEIN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
so wie in mein Beispiwel einfach nur Navi oben !!!
ACH EGAL MIR EGAL MOD du kannst schliessen !
*ZU* |
|
↑
|
|
|
-
success4you
Wohnort: RheinMainArea
|
04.07.2011 um 17:53 (UTC) Titel: |
|
|
Beide Seiten die man dir gepostet hat sind für eine Navi oben -
hättest du bei der ersten nicht gleich gequakt -
Unten bei meinem Menu ist alles bis ins Detail erklärt - die Untermenus kann man ja rausmachen - die Lage muß eh angepaßt werden - individuell - mit der Positionierung.
und an Habbo anpassen. ______________ Ciao Michael
Wenn man keine Ahnung hat, einfach mal fragen!
No Support via PN, E-Mail or Messenger - only here : FORUM
|
|
↑
|
|
|
|