![]() |
| HTML | PHP Scripts | Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
|
|
#1 |
|
New Member
Join Date: Sep 2006
Webmaster Discussions: 7
Rep Power: 25 ![]() |
HTML drop down menu
Hi there,
Hope all is well. I've create the following drop down menu. It works fine, except some of the items are quite long and are not displaying in full, when the menu is dropped down. The problem is that, the bit that is initially displayed before you drop down the menu can not be enlargened, because it is a finite area. What I am effectively looking to do is to ensure that the item is fully displayed. I'd like to avoid using javascript where possible. Thanks <form name="formone" > <p> <select id="jump-button"> <option selected="selected">Item 1</option> <option value="link">Item ABCDEF GHIJKLM</option> <option value="link">Item ABCDEF GHIJKLM</option> <option value="link">Item ABCDEF GHIJKLM</option> <option value="link">Item ABCDEF GHIJKLM</option> <option value="link">Item ABCDEF GHIJKLM</option> <option value="link">Item ABCDEF GHIJKLM</option> <option value="link">Item ABCDEF GHIJKLM</option> </select> |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2008
Location: Sydney, Australia
Webmaster Discussions: 27
Rep Power: 11 ![]() |
Re: HTML drop down menu
if its only 1 drop down menu
you can add the following to the css file select {width: 200px; } otherwise give each drop down a class and control the width for each 1. |
|
|
|
![]() |
| Bookmarks |
| Tags |
| drop, html, menu |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Webmaster Discussions
|
||||
| Thread | Webmaster Discussion Starter | Forum | Replies | Last Post |
| vertical drop down menu with 'sub drop downs' problem | trdn1 | Javascript Forum | 2 | 05-28-2005 08:45 AM |
| Drop down menu difficulty | amyintexas | Javascript Forum | 6 | 03-10-2005 02:12 PM |
| Jump Menu covers drop down menu | declan | HTML Forum | 1 | 03-10-2004 10:08 AM |
| drop down menu prob. | geek987 | HTML Forum | 3 | 10-11-2002 08:46 PM |
| Drop down menu | thekents | HTML Forum | 6 | 07-28-2002 07:23 PM |