Sagewire Logo

web page drop down list

5 Message(s) by 5 Author(s) originally posted in javascript java


From: daniel kaplan Date:   Tuesday, August 17, 2004
hope I hit the write group:

in a web page when you use <select><option>xx</option></select> to make a
drop down box , more than 11 items causes a scroll bar...can this limit be
exceded via the registry or some other way?

thanks ahead!


From: Randy Webb Date:   Wednesday, August 18, 2004
wrote in message:

hope I hit the write group:
in a web page when you use <select><option>xx</option></select> to make a
drop down box, more than 11 items causes a scroll bar...can this limit be
exceded via the registry or some other way?



No. And my browser /desktop setup doesn't scroll at 11 items.

--
Randy
comp.lang.JAVAscript FAQ - http://jibbering.com/faq


From: Mark Preston Date:   Wednesday, August 18, 2004
wrote in message:

hope I hit the write group:
in a web page when you use <select><option>xx</option></select> to make a
drop down box, more than 11 items causes a scroll bar...can this limit be
exceded via the registry or some other way?


No, it can not - or rather it should not - be set in the registry at all.
Browsers and browser options are *intended* to be independent of the
host operating system (yes, I know that Microsoft do not like that game
much) and so such settings should be *within* the browser.

Mine, for example, currently sets scroll after 15 items in the list.


From: Sean Berry Date:   Wednesday, August 25, 2004
hope I hit the write group:
in a web page when you use <select><option>xx</option></select> to make a
drop down box, more than 11 items causes a scroll bar...can this limit be
exceded via the registry or some other way?



Not via the registry. But, in your code you can have a size for your
select.

Ex.
<select size=20>
<option>1</option>
... options 2 - 19 ...
<option>20</option>
</select>

This will give you a long box of choices... but no scroller.> thanks ahead!


>


From: Thomas PointedEars Lahn Date:   Tuesday, September 21, 2004
wrote in message:

hope I hit the write group:



No, you didn't. Please don't crosspost over main hierarchies and
please set Followup-To one appropriate newsgroup when crossposting.F'up2 microsoft.public.win2000.registry

PointedEars



Next Message: JAVAscript request


Blogs related to web page drop down list

How To: Create your own game company, Part One Posted Nov 28th ...
Something like Java could draw images on-screen in realtime, all through code. ... Most everything can be done using drag-and-drop, and it comes with an ... I recommend anyone sit down and look at the documentation and support ...

Spice Up Your Web Site with JavaScript 1 Cool Button Tool - Java ...
have a mouseover navigational menu at the top of your web page. When you place your mouse over the main menu, a drop down menu will appear. As you move your mouse over the drop down menu, each selection is highlighted. ...

I Love You, You Love Me
We had received in our folders the previous week, a list of the items and I had ... she stood and posed with one shoulder turned down and her hands, ... So if anybody wants to visit, feel free to drop in, I will enjoy the company! ...

How search Engines Work
However, these results can be broken down into three major areas. ... When a spider visits your website it remembers what is on that page and how that page ... Plus, web standards are good practise. Do not use java script drop downs. ...

60 More AJAX Tutorials
Ajax allows to get closer to the cart metaphor, by enabling drag-and-drop interactions and giving ... posting comments via AJAX and changing views from a drop down. ... AJAX Sortable List Tutorial How to Make Sortable Lists Many web ...

All the links you could ever want
Phoenix Arizona Web Design Firm >> Custom Web Site Marketing ... optimization web speed optimize web site performance company; Topix.net: News Front Page ... window size. drop down menu wi description; HTML Drop Down Menu Tutorial ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional