Hello,
I'm working to create a form for my site, and the form works as predicted in Firefox, but when I switch to IE7 it's no longer hidden. Is there a piece of code to add to get the same functionality in IE7? My website is www.worldwidemarcom.com/content
click on "Contact Us" then "Affiliate Application" to view the issue in IE7
Re:IE 7 form not hidden 14 años 10 meses antes #504
Castro
Visitante
Hello Ciruz. I took a look at your code and it's a CSS problem. At the line 71 or so you have <div style="width:645px;position:relative;overflow:hidden;text-align:left;margin-left:auto;margin-right:auto;"> which is the actual form content holder. If you set its overflow to auto and also height 400px it works.