wachteldonk
Erfahrenes Mitglied
Ich habe ein Element mit
Wie schaffe ich es das alle Links innerhalb dieses Elements weiss sind?
sowas ähnliches müsste das doch sein,oder? wie geht das?
Code:
#global-navigation
{
color:white;
position: fixed !important;
position: absolute;
overflow: auto;
left: 0px;
top: 40px;
background-image: url(img/fieldsetheaderbg.jpg);
width: 100%;
height:20px;
border-right: 1px solid #222222;
padding: 5px;
z-index: 2;
}
Wie schaffe ich es das alle Links innerhalb dieses Elements weiss sind?
sowas ähnliches müsste das doch sein,oder? wie geht das?
Code:
#global-navigation.a:
{
color:white;
}