cformsII Support Forum
Current User: Guest *Frequently Asked Questions*
Search 
Search Forums:


 




multi line text box in Firefox

Add a New Topic Reply to Post
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" is 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 

Add a New Topic Reply to Post


Reply to Topic: multi line text box in Firefox
PLEASE READ THE FAQs FIRST! THANK YOU.

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 4 + 8        (Required)

Topic Reply:


 
© Simple:Press Forum - Version 3.1.3 (Build 356)