How can I make an in page pop-up?

In-page popup boxes on website?

  • On the site www.mp3search.ru, if you click "Log in," a popup box for logging in appears, but it's not popup as in new browser window, it's a popup div layer or something within the page...does anyone have any guides or etc to walk me through the code to make something similar for my own website?

  • Answer:

    If the div's CSS display property is none, the space taken by the div is hidden. If you then make it inline (the default), it opens the page (drops everything after it down) to show the div.

JTEwv at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

They have used a JavaScript so get that special effect. To see the source of HTML u can click on view-->page source...(top of the web browser) to get the java script u can google it...

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.