dfgfgfgfgfg
dfgfgfgfgfg
Last edited by MonteChristo; 03-17-2008 at 01:13 PM.
Do you want the content to "slide" in, or just have it be repositioned?
Code:<html> <head> <style> div#container { position:absolute; left:-9999px; top:-9999px; width: 200px; } </style> <script> function init() { document.getElementById("container").style.left="200px" document.getElementById("container").style.top="200px" } </script> <body onLoad="init();"> <div id="container"> <p>various text goes here</p> </div> </body> </html>
-Ben -- THE DYNAMIC DRIVERS
My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
I told my client to press F5, the client pressed F, then 5, *facepalm*
fdfdfdfd
Last edited by MonteChristo; 03-17-2008 at 01:13 PM.
Bookmarks