Suche im Forum:
Suchen


Autor Nachricht
Beitrag16.10.2009 um 13:12 (UTC)    
Titel: Navi höhe!

Hallo, ich weis nicht wie ich in den Code die höhe für den button einstellen muss.
Es muss height: 18px; sein

Code:
#nav_container{
            position: absolute;
            left: 50%;
            top:700px;
            margin-left: -490px;
            width: 160px;
            height:400px;
            border:0px solid #ffea21;
            overflow:auto;}
           
ul#nav{
            width: 130px;
            padding: 0px;
            margin: 0px;}
           
li.nav_element{
            list-style-type: none;
            position: relative;
            padding:0px;
            width: 115px;}
           
li.nav_element a{
            display: block;
            width: 198px;
            padding:4px;
            font-weight: bold;
            text-decoration: none;
            text-align: left;
            color:#F2F2F2;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_1.png);
            border: 0px solid #ffea21;}
           
li.nav_element a:hover{

            color: #000000;
            background-color:#000324;
            background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_2.png);}
Beitrag16.10.2009 um 13:15 (UTC)    
Titel:

Hier mal der überarbeitete Code:
Zitat:
#nav_container{
position: absolute;
left: 50%;
top:700px;
margin-left: -490px;
width: 160px;
height:400px;
border:0px solid #ffea21;
overflow:auto;}

ul#nav{
width: 130px;
padding: 0px;
margin: 0px;}

li.nav_element{
list-style-type: none;
position: relative;
padding:0px;
width: 115px;
height: 18px;}

li.nav_element a{
display: block;
padding:4px;
font-weight: bold;
text-decoration: none;
text-align: left;
color:#F2F2F2;
background-color:#000324;
background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_1.png);
border: 0px solid #ffea21;}

li.nav_element a:hover{

color: #000000;
background-color:#000324;
background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_2.png);}
mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator
Beitrag16.10.2009 um 13:36 (UTC)    
Titel:

Habe gemacht, aber jetzt schau mal wie das aussieht wenn man drauf geht und die Buttons sieht man nicht mehr Sad
Beitrag16.10.2009 um 17:13 (UTC)    
Titel:

Hier habe denn Code von: ( der-bielefeld-club ) geändert, also habe nur eine Eigenschaft dazu getan. Hier Code:

Code:
#nav_container{
position: absolute;
left: 50%;
top:700px;
margin-left: -490px;
width: 160px;
height:400px;
border:0px solid #ffea21;
overflow:auto;}

ul#nav{
width: 130px;
padding: 0px;
margin: 0px;}

li.nav_element{
list-style-type: none;
position: relative;
padding:0px;
margin-bottom:10px;
width: 115px;
height: 18px;}

li.nav_element a{
display: block;
padding:4px;
font-weight: bold;
text-decoration: none;
text-align: left;
color:#F2F2F2;
background-color:#000324;
background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_1.png);
border: 0px solid #ffea21;}

li.nav_element a:hover{
color: #000000;
background-color:#000324;
background-image:url(http://leced.le.ohost.de/habbo-thing/design/button_2.png);}


lG. Patrick


Zuletzt bearbeitet von anti-habbosucht am 16.10.2009, 18:14, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


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