Quote:
Originally Posted by ryancooper
Installed and works nicely. 2 Questions.
1- How can I put the box in the middle of the page instead of at the top. I tried to play with the settings in 'FORUMHOME' top:0; left:0; } but it didn't work? Right now I added some <p> before the table to push it down.
2- Is it possible to ad a countdown like "This window will close in 10 - 9 -8 etc seconds" ?
Thanks for the great hack!
If anyone is interested in doing a 10 sec. countdown I made a small animated gif you can use for the countdown.
and change the template to something like
<font class="smallfont">(This window will close automaticly in <img src="images/countdown.gif"> seconds)</font>
|
Hello ryan,
1. If you absolutely wanted it in the middle of the page there are CSS tutorials out there that allow for this. Though using <br> or <p> should work fine.
2. I have tried this and it did not turn out well in conjunction with the original javascript. So its up to you on this one.
Thanks for the questions.