WolfShade
01-10-2013, 08:12 PM
Hello, everyone.
I've got a weird issue that has myself and a designer a bit confused.
I'm working on a page that has a form, and within this form is an iframe that contains another form. This iframe form is for file uploads, so you can upload one file after another, over and over, without reloading the whole page.
Both form documents (job.cfm which contains the iframe which src is uploadfile.cfm) are loading the same CSS files.
Upon initial page load, one of the form elements in the iframe (input type="text") is "taller" than the others by 8 pixels. When the form submits and refreshes, that same form element is properly sized.
I tried applying a style to that one element and setting it to the same size as the other elements. Upon initial load, that worked; but when the form submits, the element is now SMALLER than the other elements.
Can someone please explain to me what is going on???
TIA,
I've got a weird issue that has myself and a designer a bit confused.
I'm working on a page that has a form, and within this form is an iframe that contains another form. This iframe form is for file uploads, so you can upload one file after another, over and over, without reloading the whole page.
Both form documents (job.cfm which contains the iframe which src is uploadfile.cfm) are loading the same CSS files.
Upon initial page load, one of the form elements in the iframe (input type="text") is "taller" than the others by 8 pixels. When the form submits and refreshes, that same form element is properly sized.
I tried applying a style to that one element and setting it to the same size as the other elements. Upon initial load, that worked; but when the form submits, the element is now SMALLER than the other elements.
Can someone please explain to me what is going on???
TIA,