vertikale Navigation mit horizontalem Drop-Down-Menü?

vertikale Navigation mit horizontalem Drop-Down-Menü?

Beitragvon rizzoo » 14.05.2011, 11:30

Liebes Forum,

ich würde gerne eine Navigation haben, welche von der Grundanordnung ein vertikales Block Menü ist. Beim hover sollte dann (in der gleichen Zeile) ein horizontale Anordnung der weiterführenden Links kommen.
Ich will sozusagen ein horizontales Drop-Menü.
Ist das verständlich?

Müsste doh gehn.
Ich habs schon mit verschiedenene Tutorials probiert, aber ich bekomme es irgendwie nicht hin.

Vielleicht habt ihr ja ne Idee...

LG

R*


Hier meine Bastelei
Code: Alles auswählen
<style type="text/css">
#navigation
{
   width:150px;
   font-size:14px;
}

#navigation ul
{   
   margin:0px;
   padding:0px;
   background-color:#666;
}

#navigation ul li
{   
   height:25px;
   line-height:25px;
   list-style:none;
   padding-left:10px;

   color:#FFF;
   border-top:#fff solid;
   border-bottom:#fff solid;
   border-width:1px;
   cursor:pointer;
}

#navigation ul li:hover
{
   background-color:#F90;
   position:relative;
}

#navigation ul ul
{
   display:none;
   position:absolute;
   left:150px;
   top:0px;
   background-color:#999;
}

#navigation ul li:hover ul
{
   display:block;
}

#navigation ul ul li {border:none; width:150px; float:left; display:inline; list-style:none}
#navigation ul ul li:hover {text-decoration:underline; border:none;}
</style>
rizzoo
neu hier
 
Beiträge: 2
Registriert: 14.05.2011, 11:06

Re: vertikale Navigation mit horizontalem Drop-Down-Menü?

Beitragvon Azra » 18.05.2011, 14:29

So? http://www.cssplay.co.uk/menus/flyout2.html

Sieh dich mal hier um, da gibts etliche Beispiele:
http://www.cssplay.co.uk/menus/
“HTML is the language for describing the structure of Web pages.”
“CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts.”
Noch weitere Probleme? Kontakt über meine Webseite - simonduda.ch
Benutzeravatar
Azra
Stammuser
 
Beiträge: 422
Registriert: 04.02.2010, 08:36
Wohnort: (Alten)bochum


Moderatoren: Laus, Moderatoren

Ähnliche Beiträge zu "vertikale Navigation mit horizontalem Drop-Down-Menü?"

Zurück zu: CSS für Fortgeschrittene

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 2 Gäste