PHP / CSS special function where is page on top of page?

I'm trying to try and search for any tutorial on how to do this, but I can't just describe it in a Google search without putting in too many words that even confuse Google with what I'm looking for.

  • www.runescape.com

When you click the login / connect button on the navigation bar, it does not redirect you to a new web page. Instead, it is placed on top of the current page.

I am currently reading more about bootstrap models. They are really the same function. But I'm not sure if it is correct or if there are specific ones I should read about.

Its my first time ever using bootstrap so I got a little confused with all the bootstrap plugins and all of that.

+3


source to share


1 answer


What you are talking about is a term called window modal

. It has been used to sweeten the user interface and experience for users and provide information.

Since you mentioned twitter bootstrap take a look here: http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-modals.php



Here's how to include a basic window modal

on your site.

Hope this helps. Edit: for the bootstrap plugin, check: http://getbootstrap.com/javascript/#modals

+2


source







All Articles