Popup on Wordpress site that works in IE & Firefox

efeezy

New member
Oct 5, 2007
5,250
136
0
50
I've been using MaxBlogPress Unstoppable Pop Up plugin for Wordpress for a while now, and it's not bad, but they refuse to update the plugin so it works on IE8. Tons of people (all the IE idiots) are not seeing my pop. Can anyone recommend another plugin that will work on Firefox and IE or suggest a good bit of code I can implement. If it can beat some pop up blockers, all the better.

I've got a 300x250 popup. No Scrolling, no extra bullshit. Just a nice popup that centers on the page a second or two after the homepage loads. Once per visitor session. Thanks.
 


I got the Thickbox Script working for me. http://www.wickedfire.com/design-de...ling-thickbox-script-run-after-x-seconds.html

Kinda janky though... You know when the Thickbox loads and the background goes opaque? Yea.. the code I have tries to do that... so I just replaced it with a clear .png

I have yet to find solid code for popups. There are tons of products available... but I haven't tried any out yet. Let me know what you find... because I'd be interested too.
 
Yea... it works in everything now. But half the script runs on page load (the loading animation that I made invisible with a clear .png image).... and then it pops up after whatever you set it to. Would be nice if the whole script would just shut the fuck up until x seconds and then displayed the quick loading animation and opaque background.