Search code examples
htmlpopupdemo

make a popup demo /intro for a website


I wish to provide a quick demo about the contents of my website and how to use them in a proper way as soon as a user visits my page. I wish to give the demo using a popup type window at the top.

I mean small information boxes informing user about the various steps one by one. Can anyone help me how to do this?


Solution

  • Look at the jQuery UI dialog, it's fully customisable, or consider using some sort of tool tip idea, when you mouse over a part of the page feedback to the user what the section in question is for (via hovering mouse overs etc).