Fri, 2004-12-17 16:47
Does anyone know if it's possible, cross-browser, to show a layer after a delay?
I have a website that, when the user goes to a specific url and is redirected to my website, a layer is supposed to "show" after about 5 seconds, as in, it's not visible on page load, but shows up after a period of time.
Anyone know if this is possible?
Thanks in advance.
Fri, 2004-12-17 22:53
#1
Possible to show a layer after a delay?
Hi ferrickhead,
You would need to use JavaScript or something similar, but yes it should be possible.
have a look at JavaScriptKit.com JavaScript Reference or do a google search and you should find a script.
Hope that helps