Absolute positioning on JavaScript

Associate
Joined
16 Mar 2004
Posts
1,911
Location
Oxford
How do you add absolute positioning to JavaScript, I have tried and failed miserably!

Here is the code:

Code:
<script language="javascript" src="liveclock.js"></script>
Needs to be 30px from the left of the page.
 
Thanks for the super fast response!

Yeah, that worked, seems obvious now, once it was in the <div> I was able to link it in with the style sheet.

Thanks once again.

Jamauk.
 
Back
Top Bottom