When visiting digg.com and clicking the login button, a sleek in-screen popup appears to input user data.
I'm curious about the best way to achieve this on my own site. It is built with RoR and includes some Javascript elements. Searching for "javascript Popup" only gives results for window.open(...) which is not what I am looking for.
Any suggestions on how to code this type of "soft popup"? Thank you!
While it may seem like a trivial question, I am unsure of what to search for as every query related to javascript popup brings up traditional window popups, not the smooth fading effect seen on digg.com.