![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2008
Posts: 6
OS: XPSP2
|
Changing Drop-Down Menu size
I want to change the size of the Drop-Down menus in my current version of Internet Explorer. I know that the data for Drop-Down menu's is kept with the Autocomplete data in Protected Storage but the HTML code which I can access via the View-Source menu doesn't appear to hold any code for Drop-Down menu sizes anywhere. Where is the code for this stuff? Can anyone help me?
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: Mar 2008
Location: Cube Farm
Posts: 3
OS: Win XP SP2 / Ubuntu 7.10 / RHE5
|
Re: Changing Drop-Down Menu size
Well it all depends on what you are trying to do with this data. Are you just trying to create a form with a drop down menu in it? If so here is the code for the menu in html.
<select name="name_of_field"><option name=""></option> <option name="Dave">Dave</option> <option name="John">John</option> </select> This is does not change the width of your drop down menu though, HTML will automaticaly trim this down based on the widest entry in the menu listings. Let me know if you need something else.
__________________
Thank you, Digital Slave --Do we really need warnings that the lead in paint will kill you? Keep in mind that these people have already made a conscious decision to CONSUME PAINT!!! |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Mar 2008
Posts: 6
OS: XPSP2
|
Re: Changing Drop-Down Menu size
I'm not creating a form. I want to change the code for Internet Explorer, the one thats already running. For example; if I'm on eBay and I start typing in the Search menu box, my previous searches appear in a drop-down list. Now the Autocomplete data that occupies this list is in Protected Storage but the code for the size of the drop-down list should appear in the Page HTML which I can access via the View-Source menu, but it doesn't seem to be there. I really just want to change the length of the drop-down list, so that it shows the whole list, not just a few and a scroll bar. Can you help?
|
|
|
|
![]() |
| Thread Tools | |
|
|