Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help me in resolving the netscape issue(4.7+)

Status
Not open for further replies.

thendal

Programmer
Aug 23, 2000
284
Hi all!

i have script Which will automatically populate the other selection depending upon the previous one.

It works fine in IE ,But in netscape its giving a srinking selction .

you can check this by clicking the second option in the first selection(first group 2) and view
the second selection (it looks shrinked ,Its not displaying as in IE) is there any way i can overcome this.

please help me in resolving the issue

you can view the script in


Thanks
 
It loks very similar to me - ou may have to put up with some of Netscapes characteristics (unfortunately)!
Don't worry the end is near. BJ
b2 - benbiddington@surf4nix.com
 
Thanks guys for the response ,I too hate this netscape ,
But unfortunately users outthere are still in netscape i need to make compatiable with the both the browsers.

Still i am breaking my head why it is shrinking in netscape.

 
You may have to place the total number of possible blank values in it to begin with, for example:

<select>
<option value=&quot;1&quot;>One</option>
<option value=&quot;2&quot;>Two</option>
<option value=&quot;dont_allow&quot;></option>
<option value=&quot;dont_allow&quot;></option>
<option value=&quot;dont_allow&quot;></option>
</select>

Netscape simply does not dynamically size it's select box's lists. jared@aauser.com -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top