Hi!
Ich möchte, dass sich beim Mouseover der Hintergrund eines TD-Tags ändert. Wie mach ich das, damit es xHTML 1.1 konform ist und auch in allen Browsern funktioniert?
Außerdem funktioniert mein Poll nicht mehr. Hab ihn xHTMl 1.1 valid gemacht und nun klappt das nicht mehr. Warum?
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
|
<table>
<tr>
<td>
<form action="$PHP_SELF" method="post" id="vote">
<div class="poll">$Frage<br/></div>
<div>$Antworten<br/></div>
<div><input type="hidden" name="ID" value="2"/></div>
<div class="poll"><a href="$PHP_SELF?ID=3">Result</a> | <a href="javascript:onClick=document.vote.submit();">Vote</a></div>
</form>
</td>
</tr>
</table>
|
Was muss ich ändern, damit es funktioniert?
Greetz
Dieser Beitrag wurde bereits 5 mal editiert, zuletzt von »IceThunder« (1. Juni 2004, 13:38)