Hallo Lars.
Hat hier jemand eine Ahnung woran das liegen könnte?
Brauchst du das hier denn unbedingt?
.sm_high a:active { color: #8F2A2A; text-decoration:none; }
Ich habe die Datei zur Ansicht mal auf folgenden Adresse gelegt (source Code ist etwas länger)
Du kannst ja auch z. B. dein CSS kürzen:
.sm_high a:link { color: #8F2A2A; text-decoration:none;}
.sm_high a:visited { color: #8F2A2A; text-decoration:none; }
.sm_high a:hover { color: #8F2A2A; text-decoration:none; }
.sm_high a:active { color: #8F2A2A; text-decoration:none; }
Wird zu:
.sm_high a:link, .sm_high a:visited, .sm_high a:hover, .sm_high a:active { color: #8F2A2A; text-decoration:none; }
Zudem verstehe ich nicht ganz, warum du für ein solches Konstrukt Tabellen verwendest, wo du doch den gleichen Effekt mit zwei einfachen, verschachtelten Listen herbeiführen kannst:
<ul>
<li>Menü 1
<ul>
<li></li>
</ul>
</li>
<li>Menü 2
<ul>
<li></li>
</ul>
</li>
<li>Menü 3
<ul>
<li></li>
</ul>
</li>
<li>Menü 4
<ul>
<li></li>
</ul>
</li>
<li>Menü 5
<ul>
<li></li>
</ul>
</li>
<li>Menü 6
<ul>
<li></li>
</ul>
</li>
</ul>
Hier kannst du den Unter-<ul>'s jeweils id's zuweisen und sie so mittels DOM ansprechen.
Gruß, Ashura
Selfcode: sh:( fo:| ch:? rl:? br:^ n4:& ie:% mo:| va:) de:[ zu:| fl:( ss:{ ls:# js:|