Topic: jQuery overlay for specific page element |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 11-07-2010 18:42
Every jQuery overlay tutorial or demo online that I can find overlays 100% of the page. |
Bipolar (III) Inmate From: Raleigh, NC |
posted 11-29-2010 16:37
Well, maybe this will help... Maybe not. JQuery is just a (lazy) means to access elements with javascript. The problem you're describing is really a styling issue more than it is a scripting problem. code: <div id="form-container"> </div>
|