View Single Post
Old 06-22-2011, 08:21 PM   PM User | #1
Emiil
New Coder

 
Join Date: Jun 2011
Posts: 14
Thanks: 3
Thanked 0 Times in 0 Posts
Emiil is an unknown quantity at this point
Question Position Javascript on html page???

Hi

I got this code for my coutdown:

Code:
<script language="JavaScript">
TargetDate = "12/31/2020 5:00 AM";
BackColor = "palegreen";
ForeColor = "navy";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "It is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>
But i don't know how to place it where I want on my html page
Normaly I use the CSS value position:absolute
Emiil is offline   Reply With Quote