This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Javascript code for overlapping info box?
11-09-2012, 11:58 PM
Post: #1
Javascript code for overlapping info box?
Hi, i would really like to have a table or "box" of information to come up and overlap my website when a button is clicked, exactly like the pictures in facebook, only with information from the website... is there any code i can use in javascript or anything similare that will make that happen?

Ads

Find all posts by this user
Quote this message in a reply
11-10-2012, 12:06 AM
Post: #2
 
CSS Positioning method:
h2.pos_top
{
position:relative;
top:-50px;
}
~
change "top:-50px;" to the info box position,
so it overlaps.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)