NDAFEELTHEFORCE
Neues Mitglied
Hallo erstmal.
Ich habe eine Frage :
Ich habe bei meinem Praktikum die Aufgabe,eine Seite zu erstellen auf der man Lotto spielen kann.Mit dem Grafischen Design der Seite bin ich fertig,doch ich muss die Lottobälle (das sind kleine Bilder auf meiner Seite) anklickbar machen ... daran bin ich bisher gescheitert
Quelltext :
<tr>
<td width=30 height=30 background="1.gif"> </td>
<td width=30 height=30 background="2.gif"> </td>
<td width=30 height=30 background="3.gif"> </td>
<td width=30 height=30 background="4.gif"> </td>
<td width=30 height=30 background="5.gif"> </td>
<td width=30 height=30 background="6.gif"> </td>
<td width=30 height=30 background="7.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="8.gif"> </td>
<td width=30 height=30 background="9.gif"> </td>
<td width=30 height=30 background="10.gif"> </td>
<td width=30 height=30 background="11.gif"> </td>
<td width=30 height=30 background="12.gif"> </td>
<td width=30 height=30 background="13.gif"> </td>
<td width=30 height=30 background="14.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="15.gif"> </td>
<td width=30 height=30 background="16.gif"> </td>
<td width=30 height=30 background="17.gif"> </td>
<td width=30 height=30 background="18.gif"> </td>
<td width=30 height=30 background="19.gif"> </td>
<td width=30 height=30 background="20.gif"> </td>
<td width=30 height=30 background="21.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="22.gif"> </td>
<td width=30 height=30 background="23.gif"> </td>
<td width=30 height=30 background="24.gif"> </td>
<td width=30 height=30 background="25.gif"> </td>
<td width=30 height=30 background="26.gif"> </td>
<td width=30 height=30 background="27.gif"> </td>
<td width=30 height=30 background="28.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="29.gif"> </td>
<td width=30 height=30 background="30.gif"> </td>
<td width=30 height=30 background="31.gif"> </td>
<td width=30 height=30 background="32.gif"> </td>
<td width=30 height=30 background="33.gif"> </td>
<td width=30 height=30 background="34.gif"> </td>
<td width=30 height=30 background="35.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="36.gif"> </td>
<td width=30 height=30 background="37.gif"> </td>
<td width=30 height=30 background="38.gif"> </td>
<td width=30 height=30 background="39.gif"> </td>
<td width=30 height=30 background="40.gif"> </td>
<td width=30 height=30 background="41.gif"> </td>
<td width=30 height=30 background="42.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="43.gif"> </td>
<td width=30 height=30 background="44.gif"> </td>
<td width=30 height=30 background="45.gif"> </td>
<td width=30 height=30 background="46.gif"> ,</td>
<td width=30 height=30 background="47.gif"> </td>
<td width=30 height=30 background="48.gif"> </td>
<td width=30 height=30 background="49.gif"> </td>
</tr>
<!-- usw. andere Zeilen der Tabelle -->
</table>
<input TYPE="button" <onclick="alert(1);">
</td>
</tr>
</table>
</td>
</tr>
</table>
>> Diese dinger müssen anklickbar werden :
<td width=30 height=30 background="47.gif"> </td>
Nicht über Rechtschreibfehler ärgern oder sich ärgern weil ich das Thema eventuell im falschen Bereich geöffnet habe..ich kenne mich noch nicht soo gut mit Html aus da ich es erst seit 3 Tagen mache :)
MfG Yannic
Ich habe eine Frage :
Ich habe bei meinem Praktikum die Aufgabe,eine Seite zu erstellen auf der man Lotto spielen kann.Mit dem Grafischen Design der Seite bin ich fertig,doch ich muss die Lottobälle (das sind kleine Bilder auf meiner Seite) anklickbar machen ... daran bin ich bisher gescheitert
Quelltext :
<tr>
<td width=30 height=30 background="1.gif"> </td>
<td width=30 height=30 background="2.gif"> </td>
<td width=30 height=30 background="3.gif"> </td>
<td width=30 height=30 background="4.gif"> </td>
<td width=30 height=30 background="5.gif"> </td>
<td width=30 height=30 background="6.gif"> </td>
<td width=30 height=30 background="7.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="8.gif"> </td>
<td width=30 height=30 background="9.gif"> </td>
<td width=30 height=30 background="10.gif"> </td>
<td width=30 height=30 background="11.gif"> </td>
<td width=30 height=30 background="12.gif"> </td>
<td width=30 height=30 background="13.gif"> </td>
<td width=30 height=30 background="14.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="15.gif"> </td>
<td width=30 height=30 background="16.gif"> </td>
<td width=30 height=30 background="17.gif"> </td>
<td width=30 height=30 background="18.gif"> </td>
<td width=30 height=30 background="19.gif"> </td>
<td width=30 height=30 background="20.gif"> </td>
<td width=30 height=30 background="21.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="22.gif"> </td>
<td width=30 height=30 background="23.gif"> </td>
<td width=30 height=30 background="24.gif"> </td>
<td width=30 height=30 background="25.gif"> </td>
<td width=30 height=30 background="26.gif"> </td>
<td width=30 height=30 background="27.gif"> </td>
<td width=30 height=30 background="28.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="29.gif"> </td>
<td width=30 height=30 background="30.gif"> </td>
<td width=30 height=30 background="31.gif"> </td>
<td width=30 height=30 background="32.gif"> </td>
<td width=30 height=30 background="33.gif"> </td>
<td width=30 height=30 background="34.gif"> </td>
<td width=30 height=30 background="35.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="36.gif"> </td>
<td width=30 height=30 background="37.gif"> </td>
<td width=30 height=30 background="38.gif"> </td>
<td width=30 height=30 background="39.gif"> </td>
<td width=30 height=30 background="40.gif"> </td>
<td width=30 height=30 background="41.gif"> </td>
<td width=30 height=30 background="42.gif"> </td>
</tr>
<tr>
<td width=30 height=30 background="43.gif"> </td>
<td width=30 height=30 background="44.gif"> </td>
<td width=30 height=30 background="45.gif"> </td>
<td width=30 height=30 background="46.gif"> ,</td>
<td width=30 height=30 background="47.gif"> </td>
<td width=30 height=30 background="48.gif"> </td>
<td width=30 height=30 background="49.gif"> </td>
</tr>
<!-- usw. andere Zeilen der Tabelle -->
</table>
<input TYPE="button" <onclick="alert(1);">
</td>
</tr>
</table>
</td>
</tr>
</table>
>> Diese dinger müssen anklickbar werden :
<td width=30 height=30 background="47.gif"> </td>
Nicht über Rechtschreibfehler ärgern oder sich ärgern weil ich das Thema eventuell im falschen Bereich geöffnet habe..ich kenne mich noch nicht soo gut mit Html aus da ich es erst seit 3 Tagen mache :)
MfG Yannic