On stackoverflow, when you click “StackExchange” in the top left, it opens a popup like dialog. Anyone know what they used to create that or what type of jQuery plugin makes such a UI?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This doesn’t require a plugin per se. You can just
fadeadivcontaining the content with a scrollbar when you click the link. Check out Firebug, it’s great for determining how things are built.For this link particularly, it looks like most of the work is the CSS.