Nightloewe
Neues Mitglied
Hallo,
Undzwar habe ich das Problem, das meine Elemente garnicht auf die CSS-Regeln width und height reagieren.
Hier mal der Code:
Das ist aber nur der betroffene CSS-Code
Undzwar habe ich das Problem, das meine Elemente garnicht auf die CSS-Regeln width und height reagieren.
Hier mal der Code:
HTML:
.nav {
height: 30px;
Position: relative;
}
.nav a {
position: relative;
top: 7px;
color: #848484;
text-decoration: none;
padding-right: 20px;
font-size: 1.2em;
filter: Alpha(opacity=0);
opacity: 1.0;
moz-opacity: 1.0;
transition: all 0.5s ease-in-out 0s;
}
.nav a:hover { color: #0174DF; }
.active {
position: relative;
top: 7px;
color: black;
background-color: white;
height: 40px;
padding-left: 17px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}