Holladiewaldfee,
Ich habe versucht, dass irgendwie mit einer .gif Animation für eine Webseite nachzumachen, anstatt dem normalen mouseover, wo es nur farbe 1 und farbe 2 gibt, aber die Animation ändert nur ziemlich langsam die Farben.
Du kannst das Ganze ja auch in eine JS-Funktion mit TimeOuts packen:
function blafoo(farbe)
{
document.getElementById("meintollerformularbutton").style.background-color = farbe;
farbe = irgendwieanders;
window.setTimeout("blafoo('" + farbe + "');", 20);
}
Oder so ...
Ciao,
Harry
--
(There are only 10 types of people in this world: Those who understand binary and those who don't)
(There are only 10 types of people in this world: Those who understand binary and those who don't)