hallo forum
ich hab ein css übernommen wo unter anderem folgendes drinsteht:
---------------------------------------------------------------
.buelink A:link {
font-family : arial;
font-size : 11px;
text-decoration : underline;
font-weight: bold;
color: #cc0000;
}
.buelink A:hover{
font-family : arial;
font-size : 11px;
color: #cc0000;
text-decoration : underline;
font-weight: bold;
}
.buelink A:visited {
font-family : arial;
font-size : 11px;
color: #cc0000;
text-decoration : underline;
font-weight: bold;
}
.buelink A:active{
font-family : arial;
font-size : 11px;
color: #cc0000;
text-decoration : underline;
font-weight: bold;
}
---------------------------------------------------------------
eine zeile weiter steht im selben css file noch dies:
---------------------------------------------------------------
a.buelink, a.buelink:hover, a.buelink:visited, a.buelink:active{
font-family : arial;
font-size : 11px;
color: #cc0000;
text-decoration : underline;
font-weight: bold;
}
---------------------------------------------------------------
wozu? was will der ersteller damit erreichen? barrierefreiheit?
darf ich den oberern teil getrost löschen?
gruss blocki