Tutorials
How to make a cute pop-up window?
Don't like those big pop-up windows? This is a small version that will appear when your page opens, so it's nice to write your annoucements/news in.
- Put this code in the head of your html document where you want your pop-up window to appear:
- Click and save this image (close.gif) in the same directory as your html document. Of course you can also make you own image and call it close.gif.
- Place this code right after the body tag (<body>)
- Now all you have to do is to change the colours to your likings by adjusting the stylesheet part in the head and... don't forget to write your own text (^__^)
By changing the number of this line in the head: var autohidebox=["yes", 10] You'll determinate how many seconds it will take for the window to disappear automatically.