Hallo!
Mein Spielmannszugsprojekt verwendet CSS, um eine Tabellenreihe beim Hovern hervorzuheben. Im Internet Explorer und im Firefox (jeweils aktuelle Versionen) funktioniert das wie gewünscht, in Googles Chrome nicht (ebenso aktuelle Version).
Codeschnipsel:
<table>
<colgroup>
<col style="width:30%;" />
<col style="width:70%;" />
</colgroup>
<tr style="text-align: left;">
<th>Datum</th>
<th>Ort</th>
</tr>
<tr style="color: gray;" class="row">
<td><a name="16.01.">16.01.</a></td>
<td>Schipperhöge Lauenburg</td>
</tr>
<tr style="color: gray;" class="row">
<td><a name="01.05.">01.05.</a></td>
<td>Maibaumaufstellung Ratzeburg</td>
</tr>
<tr style="color: gray;" class="row">
<td><a name="07.05.">07.05.</a></td>
<td>Sportlerehrung Ratzeburg</td>
</tr>
tr.row:hover {
outline: 1px solid #900;
}
Hat jemand eine Idee?
Liebe Grüße aus Norddeutschland.
--
ie:{ fl:( br:> va:} ls:[ fo:| rl:? n4:~ ss:) de:> js:| ch:? sh:( mo:) zu:)
ie:{ fl:( br:> va:} ls:[ fo:| rl:? n4:~ ss:) de:> js:| ch:? sh:( mo:) zu:)