Hi, i want to create login page like www.technorati.com and www.songza.com when user click on link, the site like disabled with a form pop out.. any ideas on how to do so?
Well the site is not actually disabled. What actually happens is that the DIV containing the login form becomes visible. The DIV's z-index is greater than the rest of the page, its width and height are 100%, and its somewhat transparent.
oic.. so thats the logic behind that? i see that alot of websites are using this type of login form.. seems to be hot now.
http://jquery.com/demo/thickbox/ Scroll down to AJAX content, click on Demo, then click on login (modal)