anybody have a good java pop up and/or pop under script? gotta function in firefox, ie, etc....and get by most blockers. thanks in advance!
You want to search for 'hover pop'. These techniques involve changing the visibility of a div in your html from invisible to visible. (Ex :http://www.vevs.com/hoverpop/) You could also try a traditional popup that's triggered by mouseover attached to the body of your document. 99% of the time this trigger will be almost instantaneous.