function formatresults(){
if (this.timesup==false){ //if target date/time not yet met
var displaystring="Countdown to Christmas:"+arguments[0]+" days "+arguments[1]+" hours "+arguments[2]+" minutes "+arguments[3]+" seconds"
}
else{ //else if target date/time met
var displaystring="Christmas already happened!"
}
return displaystring
}
#countdown { width: 480px; margin: 0 auto; font: normal 12px Verdana, Arial, Helvetica, sans-serif; text-align: center; }
#countdown p.lcdstyle{ margin: 0; background: #000; color: #ff0; font: bold 20px Lucida Console, Monaco, monospace; padding: 15px; width: 442px; border: 4px solid #bbb; text-align: center; }
#countdown .lcdstyle span { font-size: 14px; }
#countdown p span { font-size: 11px; font-weight: normal; }
#countdown h2 { font: normal 30px Arial, Helvetica, sans-serif; text-align: center; margin: 0 0 3px 0; padding: 0; }
#countdown p.dateline { margin: 5px 0; padding: 0; font: normal 11px Verdana, Arial, Helvetica, sans-serif; text-align: center; width: 480px; color: #666; }
Countdown to Christmas:
58 days 13 hours 44 minutes 18 seconds
(Christmas is December 25, 2009)
if (this.timesup==false){ //if target date/time not yet met
var displaystring="Countdown to Christmas:"+arguments[0]+" days "+arguments[1]+" hours "+arguments[2]+" minutes "+arguments[3]+" seconds"
}
else{ //else if target date/time met
var displaystring="Christmas already happened!"
}
return displaystring
}
#countdown { width: 480px; margin: 0 auto; font: normal 12px Verdana, Arial, Helvetica, sans-serif; text-align: center; }
#countdown p.lcdstyle{ margin: 0; background: #000; color: #ff0; font: bold 20px Lucida Console, Monaco, monospace; padding: 15px; width: 442px; border: 4px solid #bbb; text-align: center; }
#countdown .lcdstyle span { font-size: 14px; }
#countdown p span { font-size: 11px; font-weight: normal; }
#countdown h2 { font: normal 30px Arial, Helvetica, sans-serif; text-align: center; margin: 0 0 3px 0; padding: 0; }
#countdown p.dateline { margin: 5px 0; padding: 0; font: normal 11px Verdana, Arial, Helvetica, sans-serif; text-align: center; width: 480px; color: #666; }
Countdown to Christmas:
58 days 13 hours 44 minutes 18 seconds
(Christmas is December 25, 2009)
No comments:
Post a Comment