Farbe ändern?

  • Ich hab einen Countdown:
    <p align="center">
    Noch

    <script>
    var eventdate = new Date("January 2, 2007 00:00:00 GMT");
    d=new Date();
    count=Math.floor((eventdate.getTime()-d.getTime())/1000);
    count=Math.floor(count/(60*60*24));
    document.write(count);
    </script>

    Tage bis zum Jahreswechsel
    </p>

    und bei dem will ich die Farbe ändern (weiß)...
    Wie geht das?

    Danke im voraus javascript:emoticon(':lol:')

    :lol: :lol:

  • So? oder so?

    Gruß crAzywuLf :D