Hey,
ich habe ein Problem undzwar möchte ich, dass der Benutzer anhand einer Auswahlliste auswählen kann wie viele Sitze er reservieren kann (die Sitze habe ich als Buttons eingefügt).
Dabei soll die Anzahl an Buttons die in der Auswahlliste ausgewählt wird, wenn man mit der Maus drüber geht z.B. einen roten Punkt bekommen.
Beispiel: http://www.kinopolis.de/bn/tickets_ind…72000023GNFNDWF
Das ganze soll ungefähr so aussehen, wenn es fertig ist.
Bis jetzt sieht das ganze so aus:
<form method="post" action="reservierung.php" id="auswahltickets">
<p>
Anzahl der Tickets: <select name="Tickets" size="1">
<option selected name="ticketanzahl" value="2">2</option>
<option name="ticketanzahl" value="3">3</option>
<option name="ticketanzahl" value="4">4</option>
<option name="ticketanzahl" value="5">5</option>
<option name="ticketanzahl" value="6">6</option>
<option name="ticketanzahl" value="7">7</option>
<option name="ticketanzahl" value="8">8</option>
</select>
</p>
<button type="button"> <img src="sitzplatz.jpg"> </button>
<button type="button"> <img src="sitzplatz.jpg"> </button>
<button type="button"> <img src="sitzplatz.jpg"> </button>
</form>
Das sitzplatz.jpg ist einfach nur ein grauer Kasten.
Ich hoffe hier kann mir jemand helfen
mfg