Schau dir mal in deiner style.css die beiden Formatierungen an, dann kommst du bestimmt selbst drauf (hab's noch rot markiert
):
Code
#header #buttons a:link, #header #buttons a:visited, #header #buttons a:hover, #header #buttons a:active {
[COLOR=Red]background:#999966 url(images/buttong1_rot.gif) no-repeat scroll 0 0;[/COLOR]
[COLOR=Red]color:#FFFFFF;[/COLOR]
display:block;
float:left;
font-size:10px;
height:45px;
line-height:32px;
padding:0 0 0 4px;
text-align:left;
text-decoration:none;
width:60px;
}
#header #buttons a:hover, #header #buttons a:active {
[COLOR=Red]background-image:url(images/buttong_weiss.gif);[/COLOR]
[COLOR=Red]color:#999966;[/COLOR]
}
Alles anzeigen