DeeJay-Luke
Mitglied
ich würde gerne mal wissen ob ihr ein Fehler im css findet.
Auszug aus meiner style.css
Auszug aus meiner style.css
HTML:
.nav_inc_blank {
background-color : #990000;
width : 50px;
text-align : center;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #CB0000;
border-right-width : 1px;
border-right-style : solid;
border-right-color : #CB0000;
}
.nav_inc_hover {
width : 50px;
text-align : center;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #CB0000;
border-right-width : 1px;
border-right-style : solid;
border-right-color : #CB0000;
background-color : #333333;
}