BrightNail
07-30-2008, 11:44 PM
I am trying to layer a div popup over some form inputs and I know there are issues with that etc.. I have it working using some prototype.js methods --
clone and Positionclone
-- layering a div then the content div over the form - works except for a 'style' error.
NOW, I can fix that style error and its fine - but I work in an environment in which i can't change the SRC file - prototype.js because of too many other code dependancies.
SO - I need another solution to get a popup DIV to layer ONTOP of a form, with form inputs, and work in browsers.
NOTE: I can't just 'hide' the form underneath becasue the layered div only covers "part" of the form, so I can't just hide the form the layered div is active - it will look bad.
Does anybody have a solution to this?
clone and Positionclone
-- layering a div then the content div over the form - works except for a 'style' error.
NOW, I can fix that style error and its fine - but I work in an environment in which i can't change the SRC file - prototype.js because of too many other code dependancies.
SO - I need another solution to get a popup DIV to layer ONTOP of a form, with form inputs, and work in browsers.
NOTE: I can't just 'hide' the form underneath becasue the layered div only covers "part" of the form, so I can't just hide the form the layered div is active - it will look bad.
Does anybody have a solution to this?