473,387 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Dropdownlist scroll issue in Netscape on Mac

Hello,

Have an asp.net page that has a number of textboxes, dropdownlists, buttons,
datagrid and custom validators on it.

In all dropdownlists on the page, I have approximately 20

Here is how the dropdown is declared in my html page
<asp:dropdownlist id="cboType" Width="208" Runat="server"
DataTextField="TypeName" DataValueField="TypeID"
cssclass="input-box"><asp:dropdownlist>

Here is how the dropdown is filled in my code behind page
dsl = objFunctions.getTypes(m_oraConn) ' retrieve dataset from
oracle database
cboType.DataSource = dsl
cboType.DataBind() ' bind
dataset to control
cboType.Items.Insert(0, "ALL") ' insert an ALL
value
cboType.Items.Item(0).Value = 0

I have found whilst testing in Netscape 7.2 on MAC OS X that I am unable to
use the vertical scroll bar within the dropdownlist, every time I click on
it, the dropdownlist dissappears. The only way to select an item that
requires scrolling is to use the arrow keys. Other sites I browse to I have
no issue. Does anyone have any suggestions as it's a big issue for my
clients and I can't seem to find anything useful on this issue.

Many thanks
Nov 19 '05 #1
0 1139

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

Similar topics

3
by: David Rwj Cherry CS2000 | last post by:
is there any way to disable or lock vertical scroll bars on a browser window? im a newbie and i just don't want them to appear on my screen. sometimes they appear on IE but not on mozilla. any...
1
by: nick | last post by:
I found that the width attribute in Mozilla is different in IE. In Mozilla, if the content in dropdownlist's list or table <td> cell is wider than the width attribute, Mozilla just enlarge the...
2
by: lawrence | last post by:
I thought I was fighting a PHP problem, so I asked about this on a PHP list, but they felt it was a Javascript problem, so I'm reposting a bit of the debate here. Could this Javascript, below,...
1
by: Rob Webster | last post by:
Hi, is there a way using JavaScript to tell a textarea to scroll to the end of it's contents? I'm implementing something that looks like messenger using web forms, after each post the chat area...
2
by: nicholas | last post by:
On an aspx page I have a webform with an asp:DropDownList control. If the visitor selects a value in the dropdown and than want to scroll down the page, he accidently changes the selected value of...
0
by: Kamen | last post by:
Hello there, when a DropDownList has a large no. of rows, it shows automatically a vertical scroll. Is it able to show a horizontal scroll on demand as well? I am very appreciated for your...
4
by: rn5a | last post by:
I am binding a DropDownList with records existing in a database table. I want to add an extra item *SELECT COMPANY* at index 0 so that by default, it gets selected. This is how I tried it but the...
1
by: jobs | last post by:
I've tried setting the height of the dropdownlist, but when I do that it eats of space below . Basically, I only want about 10 rows visible and scrolling to then show up if there are more rows. But...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.