Suche im Forum:
Suchen


Autor Nachricht
Beitrag31.07.2010 um 10:57 (UTC)    
Titel: CSS: Navigation - Vertikal setzen

Hallo liebe Designer und Coder,
wie kann ich meine Navigation so verändern, dass sie vertikal verläuft und nicht horizontal.

Hier mein Code:
Code:
/* Feld Navigation */
#nav_container {
position: absolute;
left:85%;
top: 335px;
margin-left:-390px;
border:0px solid #FFFFFF;}
ul#nav { list-style-type: none;}
li.nav_element{
background-image: url(http://img.webme.com/pic/b/betaphase/naivbutton.png);
height: 31px;
display: inline; padding: 6px; border: 1px solid #;} 
 li.nav_element:hover{
 background-image: url(); border: 1px solid #;}   
a.menu{ text-decoration: none; font-family: arial; font-weight:bold; color: #FFFFFF;} 
h2#title{ background-color: #000000; color: #000000; border: 1px solid #000000; test-align:
center; font-size: 18px; font-family: times new roman, arial; margin: 0px 670px 10px 0px;}


Vielen Dank im Vorraus Smile
Beitrag01.08.2010 um 20:19 (UTC)    
Titel:

Weiß wirklich keiner eine Antwort? Es ist bestimmt nur ein Wort, aber nur welches?
Beitrag01.08.2010 um 21:57 (UTC)    
Titel:

Probier es mal so:
Code:

#nav_container {
position: absolute;
left:85%;
top: 335px;
margin-left:-390px;
border:0px solid #FFFFFF;
}
}
#nav li {
list-style-type: none;
display: inline;
}
#nav li:hover {
}
#nav a{
background-image: url(http://img.webme.com/pic/b/betaphase/naivbutton.png);
height: 31px;
padding: 6px; border:
1px solid #;
}
#nav a:hover{
background-image: url();
border: 1px solid #;
}   

Beitrag07.08.2010 um 15:23 (UTC)    
Titel:

wo wird dieser Code eingefügt?
Beitrag07.08.2010 um 15:36 (UTC)    
Titel:

nismo hat Folgendes geschrieben:
wo wird dieser Code eingefügt?

In CSS-Code ohne Styletags unter den erweiterten Einstellungen im Profidesign CSS.

mfg
______________
THE JOY OF NOT BEING SOLD ANYTHING
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de