Firefox/IE height inconsistencies |
Firefox/IE height inconsistencies |
Oct 28 2007, 11:34 PM
Post
#1
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
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? |
|
|
|
![]() |
Nov 16 2007, 03:17 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 17 Joined: Apr 2007 Member No: 514,315 |
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 Firefox/IE height inconsistencies Oct 28 2007, 11:34 PM
tripvertigo can you provide a screenshot of what it's supp... Nov 14 2007, 07:08 AM
libertie Here's what it looks like in Safari:
I... Nov 14 2007, 05:40 PM
digitalfragrance ^ Yes that's what I'm looking for. In Fir... Nov 16 2007, 12:05 PM
digitalfragrance I'll try it - it might work Nov 19 2007, 03:23 PM![]() ![]() |