I want to make a button just like http://www.snappages.com/ in which the help button is on right side on which one click the new box is open leaving the content behind. How to do this from scratch.
I want to make a button just like http://www.snappages.com/ in which the help button
Share
To position the button at right:
Use css fixed positioning with right as 0
To create an overlay
make elements like:
with css:
Inside the overlay make your actual help form
position it absolute and center it
And on clicking the help button