hi zusammen.
Leider hab ich immernoch kleine Problems mit meinem CSS-Menü.
Opera zeigt mir nur den text des links an, aber das Hintergrundbild nicht, dafür funktioniert die Hover-Funktion beim <a>-tag.
Beim IE wird der Hintergrund angezeigt, aber die Hoverfunktion funktioniert nicht....
ich glaube fast es liegt irgendwie an der reihenfolge in meinem CSS-file? kann das sein?
Wo gibt es denn infos in welcher reihenfolge die Inhalte des CSS-Files angeordnet werden müssen?
danke, basti
hier ein auszug aus dem css-file:
a.unvis:link {font-weight:bold; background-color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:10pt;color:#3300ff; height:32px; width:120px;background-position:center; background-repeat:no-repeat; background-image:url(../bilder/button/button.gif);}
a.unvis:visited {font-weight:bold; background-color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:10pt;color:#3300ff; height:32px; width:120px;background-position:center; background-repeat:no-repeat; background-image:url(../bilder/button/button.gif);}
a.unvis:hover {font-weight:bold; background-color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:10pt;color:#ffffff; height:32px; width:120px;background-position:center; background-repeat:no-repeat; background-image:url(../bilder/button/button1.gif);}
a.unvis:active {font-weight:bold; background-color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:10pt;color:#ffffff; height:32px; width:120px;background-position:center; background-repeat:no-repeat; background-image:url(../bilder/button/button1.gif);}