473,785 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Multi-line text box too small for Mozilla

Does anyone else have a problem with the Mozilla browser not expanding a
multi-line textbox to its proper size? My textboxes are all small and do not
display mu;tiple lines in Mozilla or Netscape but are ok in Internet
Explorer. Is there a reason for this and can it be fixed?
Dave Uphoff
Jul 21 '05 #1
3 2579
Parrot wrote:
Does anyone else have a problem with the Mozilla browser not expanding a
multi-line textbox to its proper size? My textboxes are all small and do not
display mu;tiple lines in Mozilla or Netscape but are ok in Internet
Explorer. Is there a reason for this and can it be fixed?
Dave Uphoff


I make textarea's like this on websites and they work just fine in
mozilla/firefox

<textarea name="Comments" cols="52" rows="4" size="50"></textarea>

I'm guessing you're using
<INPUT TYPE=TEXT ...>
That doesn't work multiline.

HTH
--
Rinze van Huizen
C-Services Holland b.v.
Jul 21 '05 #2
Hy,

Try to put this in thw WEB.CONFIG file.

<browserCaps>

<!--NETSCAPE 6 and 7 //-->

<case match="^Mozilla/5\.0 \([^)]*\)
(Gecko/[-\d]+ )?Netscape[6|7]/(?'version'(?'m ajor'\d+)(?'min or'\.\d+)(?'let t
ers'\w*)).*">

tagwriter=Syste m.Web.UI.HtmlTe xtWriter

browser=Netscap e

version=${versi on}

majorversion=${ major}

minorversion=${ minor}

frames=true

tables=true

cookies=true

javascript=true

javaapplets=tru e

ecmascriptversi on=1.5

w3cdomversion=1 .0

css1=true

css2=true

xml=true

</case>

<!-- MOZILLA //-->

<case
match="^Mozilla/(?'version'(?'m ajor'\d+)(?'min or'\.\d+)(?'let ters'\w*)).*">

<case match="^[5-9]\." with="${version }">

tagwriter=Syste m.Web.UI.HtmlTe xtWriter

</case>

</case>

<!--OPERA 5+//-->

<case match="Opera[
/](?'version'(?'m ajor'\d+)(?'min or'\.\d+)(?'let ters'\w*))">

<filter match="[4-9]" with="${major}" >

<filter match="[5-9]" with="${major}" >

tagwriter=Syste m.Web.UI.HtmlTe xtWriter

</filter>

</filter>

</case>

</browserCaps>

"Parrot" <Pa****@discuss ions.microsoft. com> wrote in message
news:<6D******* *************** ************@mi crosoft.com>...
Does anyone else have a problem with the Mozilla browser not expanding a multi-line textbox to its proper size? My textboxes are all small and do not
display mu;tiple lines in Mozilla or Netscape but are ok in Internet Explorer. Is there a reason for this and can it be fixed? Dave Uphoff
"Parrot" <Pa****@discuss ions.microsoft. com> wrote in message
news:6D******** *************** ***********@mic rosoft.com... Does anyone else have a problem with the Mozilla browser not expanding a
multi-line textbox to its proper size? My textboxes are all small and do not display mu;tiple lines in Mozilla or Netscape but are ok in Internet
Explorer. Is there a reason for this and can it be fixed?
Dave Uphoff

Jul 21 '05 #3


"C-Services Holland b.v." wrote:
Parrot wrote:
Does anyone else have a problem with the Mozilla browser not expanding a
multi-line textbox to its proper size? My textboxes are all small and do not
display mu;tiple lines in Mozilla or Netscape but are ok in Internet
Explorer. Is there a reason for this and can it be fixed?
Dave Uphoff


I make textarea's like this on websites and they work just fine in
mozilla/firefox

<textarea name="Comments" cols="52" rows="4" size="50">

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
4899
by: ajikoe | last post by:
Hello, Is anyone has experiance in running python code to run multi thread parallel in multi processor. Is it possible ? Can python manage which cpu shoud do every thread? Sincerely Yours, Pujo
4
4677
by: Frank Jona | last post by:
Intellisense with C# and a multi-file assembly is not working. With VB.NET it is working. Is there a fix availible? We're using VisualStudio 2003 Regards Frank
12
3880
by: * ProteanThread * | last post by:
but depends upon the clique: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=954drf%24oca%241%40agate.berkeley.edu&rnum=2&prev=/groups%3Fq%3D%2522cross%2Bposting%2Bversus%2Bmulti%2Bposting%2522%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den ...
0
3789
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black and white CCITT4 compressed files (frames) inside the tiff. Every now and then I receive a mixture of black and white CCITT4 and JPEG compressed files, and sometimes just multi-page tiffs with JPEG only. The code runs great when dealing with the...
6
8183
by: cody | last post by:
What are multi file assemblies good for? What are the advantages of using multiple assemblies (A.DLL+B.DLL) vs. a single multi file assembly (A.DLL+A.NETMODULE)?
6
4897
by: Joe | last post by:
I have 2 multi-list boxes, 1 displays course categories based on a table called CATEGORIES. This table has 2 fields CATEGORY_ID, CATEGORY_NAME The other multi-list box displays courses based on a table called COURSES. This table has 2 fields CATEGORY_ID, COURSE_NAME. The CATEGORY_ID is a FK in COURSES and a PK in CATEGORIES. I want to populate the course list box based on any category(s)
4
17878
by: mimmo | last post by:
Hi! I should convert the accented letters of a string in the correspondent letters not accented. But when I compile with -Wall it give me: warning: multi-character character constant Do the problem is the charset? How I can avoid this warning? But the worst thing isn't the warning, but that the program doesn't work! The program execute all other operations well, but it don't print the converted letters: for example, in the string...
5
6000
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a TIFF to several PNG files this causes a problem, becuase the resulting image is (the page to the far left and a lot of black space surrounding it and a filesize that is larger than needed. Any ideas?
5
5768
by: bobwansink | last post by:
Hi, I'm relatively new to programming and I would like to create a C++ multi user program. It's for a project for school. This means I will have to write a paper about the theory too. Does anyone know a good place to start looking for some theory on the subject of multi user applications? I know only bits and pieces, like about transactions, but a compendium of possible approches to multi user programming would be very appreciated!
0
2329
by: Sabri.Pllana | last post by:
We apologize if you receive multiple copies of this call for papers. *********************************************************************** 2008 International Workshop on Multi-Core Computing Systems (MuCoCoS'08) Barcelona, Spain, March 4 - 7, 2008; in conjunction with CISIS'08. <http://www.par.univie.ac.at/~pllana/mucocos08> *********************************************************************** Context
0
9646
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9483
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2887
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.