0

I'm looking for some cute Halloween-themed characters to go on my site... Hopefully something kind of surprising so that the site looks normal but when somebody clicks on one of the special page links they get surprised by one of the characters popping up. Or maybe the characters pop out of the page and run off-screen.

Does anybody have anything that could work?

flag

2 Answers

1

A wise friend of ours suggests you ninjafy your site courtesy of http://ninjafy.com/

<a href="#" onclick="ninjafy_add();return false;">
<img src="http://ninjafy.com/assets/ninjafy.gif" width="52" height="15" border="0" alt="ninjafy!" /></a>
<script type="text/javascript" src="http://ninjafy.com/js/ninjafy.js"></script>

You could probably adapt the script therein to suit your theme needs.

link|flag
2

I'm working on a script with something of the same idea behind it: http://snippetgood.com/questions/115/halloween-ghost-script-count-hidden-divs

link|flag
This is an awesome script to add a cool halloween touch. Easy to do, not 1990's annoying! – Snipper Oct 29 at 17:37

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.