Updated
Haunted Site
Ghostify jQuery Plugin
• Let pop-ups float in your pages like ghosts!

• They appear in a different random position every time (and with a different duration).

• Alternatively, you can let them show up in a specified position and/or istant.

• Ghostify can be used to simply place elements (centering, bottom and right included),
  or let them flutter statically!

• Set a Ghost to sleep and specify the element that needs to be clicked to awake it.    NEW

• They are able to follow the browser scrolling and never show outside the window.

• Any HTML content can be Ghostified: Text, Forms, Images, Videos and much more!

• Compatible with all major browsers.

• It comes with 6 ready CSS styles!

• Ghosts are able to lower the page's brightness in order to catch user's attention!    NEW

• Try some of its possibilities at the bottom of this page.


• A complete set of options allows you to personalize the jQuery Plugin:
  1. $(element).ghostify( {	'minDuration'	:	3,
  2. 			'minInterval'	:	10,
  3. 			'maxDuration'	:	15,
  4. 			'maxInterval'	:	30,
  5. 			'swing'		:	10,
  6. 			'modal'		:	true,
  7. 			'static'	:	true,
  8. 			'left'		:	0,
  9. 			'top'		:	0,
  10. 			'trigger'	:	"id",
  11. 			'float'		:	true,
  12. 			'istant'	:	true,
  13. 			'style'		:	1,
  14. 			'priority'	:	0  	} );
Try Out the Ghosts!
GREY TEXT GHOST BLACK TEXT GHOST BLUE TEXT GHOST RED TEXT GHOST GREEN TEXT GHOST PINK TEXT GHOST IMAGE GHOST (NO STYLE) MIXED TEXT & IMAGE GHOST FLOATING TEXT GHOST NO SWING TEXT GHOST BIG SWING TEXT GHOST LONG DURATION TEXT GHOST SHORT DURATION TEXT GHOST DELAYED SHOW TEXT GHOST HORIZONTALLY CENTERED GHOST VERTICALLY CENTERED GHOST CENTERED TEXT GHOST STATIC TEXT GHOST POSITION (100, 100) TEXT GHOST BOTTOM RIGHT TEXT GHOST SLEEPING GHOST    NEW MODAL IMAGE GHOST    NEW
REMOVE ALL GHOSTS
This is a sample Pop-Up Ghost!
You can write any HTML inside me!
Links, Images and whatever you like.
Version 2.0
     - Added support for Notification Ghosts (Show on another Element's Click).
     - Added support for Modal Pop-Ups (This Ghost!).
     - Minor fixes.