In my setup, there is a concealed div that contains a form with the CSS property display set to none.
Utilizing jsPanel (a jQuery plugin), I create modal popups within my window. When the modal pops up, I use .html() to copy the contents of the hidden div into the modal.
The content is successfully copied, however, the width specified in the CSS does not seem to be applied correctly. The form inside the div does not extend to 100% of its parent container (the jspanel div).
Any insights as to why this might be happening?