|
Tabellen
- Zeilen und Spaltenfarbe aendern sich bei mouseover
Zeilenfarbe aendert sich bei mouseover
Zeile 1
|
|
|
Zeile 2
|
|
|
Zeile 3
|
|
|
Zeile 4
|
|
|
Zeile 1
<tr onmouseover="this.bgColor='#ffff99'"
onmouseout="this.bgColor=''">
Zeile 2
<tr onmouseover="this.bgColor='#3333ff'"
onmouseout="this.bgColor=''">
Zeile 3
<tr bgcolor="#99ffff"
onmouseover="this.bgColor='#ffff33'"
onmouseout="this.bgColor='99ffff'">
Zeile 4
<tr onmouseover="this.bgColor='#ffcc33'"
onmouseout="this.bgColor=''">
|
Spaltenfarbe aendert sich bei mouseover
Spalte
1
|
Spalte
2
|
Spalte
3
|
Spalte 1
<td width="33%" valign="top"
onmouseover="this.bgColor='#ffff99'" onmouseout="this.bgColor=''">
Spalte 2
<td width="33%" valign="top" bgcolor="#99ffff"
onmouseover="this.bgColor='#ffff33'"
onmouseout="this.bgColor='99ffff'">
Spalte 3
<td width="33%" valign="top"
onmouseover="this.bgColor='#ffcc33'" onmouseout="this.bgColor=''">
|
Gemischt, Zeilen und Spaltenfarbe aendern sich
Spalte 1
<td width="33%" valign="top" style="border: 1px solid rgb(255, 255,
51);"
onmouseover="this.bgColor='#999999'" onmouseout="this.bgColor=''">
Zeile 5
<tr onmouseover="this.bgColor='#c0c0c0'"
onmouseout="this.bgColor=''">
<td valign="top" style="border: 3px solid
rgb(255, 255, 51);">
|
|
|
|