Hello!
Have you ever wondered how to create a friendly pop-up box without creating a pop-up window? well here it is:
mobox is a simple stylish box that appears on the top of a grayed out background.
There are three types of mobox:
1. Frame box
2. Round box
3. Blank box
Features:
1.
Display Page contents - mobox can read another page contents and
displays that in a box. you can specify the page through the HREF
attribute in <a> tag.
2.
Fix or auto size - You can specify the size of the box or letting the
mobox to auto size to the page contents. If the specify box dimensions
smaller than the page contents, mobox adds scroll bars where needed.
Configuration:
simple.. add the javascript and stylesheet file
<link rel="stylesheet" href="css/mobox.css" type="text/css" media="screen"/>
Style/Theme:
You can design your own theme as long you include the required componenet. refer to (type 0) within the mobox.js file.
Examples:
1. Form - mobox[450,350]&type=1
2. Form - mobox[450,350]&type=2
5. 100% tables - mobox[350,350]&type=1
6. 600x400 table - mobox[350,350]&type=1
Drop your comments here...