• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about effect on imeem.com

That's done with javascript, browse to the site with noscript installed and the login overlay doesn't appear, but as soon as javascript is enabled it shows up.
 
Originally posted by: Crusty
That's done with javascript, browse to the site with noscript installed and the login overlay doesn't appear, but as soon as javascript is enabled it shows up.

Ok any ideas on how its done? Or what the effect is called so I can google it and streal shamelessly?
 
It is an overlay (or a modal) window and you can get Google hits using terms like "javascript overlay login." The easiest way to implement this would be to use jQuery UI: http://jqueryui.com/demos/dialog/#modal-form.

If you want to get to the underlying details, refer to the sample here: http://particletree.com/features/lightbox-gone-wild/. This is not a fool-proof sample, and is quite old, but it gives you the basic idea of how things can be implemented using CSS and JavaScript.
 
Back
Top