Announcement
Temporarily rolled back to 0.1.1
Description
A javascript based modal function written purely for iframes (could work with other content with some tweaks though) that allows for easy stat tracking through an analytics tool.
Looks like fancy zoom but it's built without tables, plays nice with IE6, and is easy to deploy.
Grabs any link with a class of "tarmac", loads that content into an iframe and opens it in a tasty looking modal.
More documentation soon... input more than welcome.
Version Notes
v 0.1.2
- Added fix to remove frame border from generated iframe in IE based browsers
v 0.1.1
- Added options for defining layout and positioning on a link by link basis
- use the following
- w: (this is for width)
- h: (this is for height)
- vcenter: true|false (set to true or false, controls vertical centering)
- hcenter: true|false (set to true or false, controls horizontal centering)
- top: (this is the top value used if vcenter:false is set)
- left: (this is the left value used if hcenter:false is set)
- isfixed: true|false (set to true or false, controls position: css attribute)
- Defaults for each attribute can be set in the javascript variable declaration near the top of the script