Help - Search - Members - Calendar
Full Version: Firefox/IE height inconsistencies
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
digitalfragrance
So, I'm making my portfolio compatible with both browsers, and everything has worked fine, until this:

http://parfume.cbstaff.com/contact.html

In IE, the form has a vertical scrollbar. That is GOOD.
In FF, the form has no scrollbar and continues to the edge of the page.

Any tips on making the form code have a vertical scrollbar in Firefox?
pandora
can you provide a screenshot of what it's supposed to look like?
libertie
Here's what it looks like in Safari:

Click to view attachment

I'm assuming that's what she's going for.
digitalfragrance
^ Yes that's what I'm looking for. In Firefox, there is no scrollbar for that section... the form just continues indefinitely down the page.
shomazta
find:
CODE
<form method="post" action="http://submit.mailmyform.com" enctype="multipart/form-data" style="height: 141px; overflow: auto;">


remove:
CODE
overflow: auto;


I'm just taking a stab at it... maybe I should get my hand wet first?
digitalfragrance
I'll try it - it might work
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.