This forum requires Javascript to be enabled for posting content
Search
Select Forum
Announcements
Troubleshooting
Feature Requests
CSS Styling and Layout
Show and Tell
New/Recently Updated Topics
CC Option for User e-mail is blank
fatal error
Don't show #usermessagea in URL
Tracking problem
Need to add additional parameter to...
cforms-captcha.php
How use the API to get specific fie...
Comment does not display
problem editing fiels settings
Adding Newsletter Form to side bar
Paypal integration
Generate PDF?
random in a multipart form
Displaying form Submissions in Post...
Customizing CSS for Form ... Having...
Post
Alex - Guest
12:47 pm - July 11, 2007
It seems that multi line text box overflow doesn't work (IE is ok)
.cform textarea {
overflow:auto;
}
I also was trying to figureout how to make box shorter, but couldn'r find where row="8" is coming from, Firebug changes this value, but there is no refetence to thi class in .css
could you help, please i need just 3 rows to fit the form
thanks, Alex
Oliver
- Admin
6:16 pm - July 11, 2007
posts 3553
Your URL Alex?
It seems that multi line text box overflow doesn't work (IE is ok)
It should work on all browsers.
to make box shorter
add a height:3em; to the above class.
...but couldn'r find where row="8" i s coming from..
I don't know either, because it's not in the code.
Alex - Guest
7:20 am - July 12, 2007
url is http://www.asianexecutivesearch.com/contact-us works in IE7 but will not wrap text in Firefox 2.0.0.4
i read long discussion about this "overflow bug" in FireFox and it looks like it is reccomended to put it between <div> tags to resolve the issue.
something like
<div style="overflow:auto; height:200px; width:150px">
...
</div>
box height is ok now, thank you for solution
Alex
Reply to Topic: multi line text box in Firefox
PLEASE READ THE FAQs FIRST! THANK YOU.