Abstand Navibutton
Verfasst: Di 7. Feb 2012, 16:53
Huhu zusammen,
ich bearbeite gerade die homepage und passe sie dem shop an. Dabei ist mir aufgefallen, dass die Buttons (linke Navigation) sehr dicht aneinander sind.
ist es möglich dort einen größeren Abstand zu den einzelnen buttons zu machen? Was muss ich in der css ändern?
Danke im voraus.
LG
ich bearbeite gerade die homepage und passe sie dem shop an. Dabei ist mir aufgefallen, dass die Buttons (linke Navigation) sehr dicht aneinander sind.
ist es möglich dort einen größeren Abstand zu den einzelnen buttons zu machen? Was muss ich in der css ändern?
Danke im voraus.
LG
Code: Alles auswählen
/* Navi Links
-------------------------------------- */
#navi {
float: left;
width: 150px;
background-color: transparent;
padding-top: 20px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
font-size: 1px;
color: #FDF6E4;
margin-left: 10px;
}
#menulink {
display: block;
width: 150px;
height: 30px;
line-height:25px;
text-align: center;
text-decoration: none;
font-family: 'Buda', arial, serif;
font-size: 15px;
color: #FDF6E4;
background-color: #C6AB90;
background-image: url();
border: solid 1px #000000;
}
#menulink:hover {
display: block;
width: 150px;
height: 30px;
line-height: 25px;
text-align: center;
text-decoration: none;
font-family: 'Buda', arial, serif;
font-size: 16px;
color: #FDF6E4;
background-color: #C6AB90;
background-image: url();
border: solid 1px #000000;
}