Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Universal Dropdown Menu?

I am trying to create a "quick links" dropdown for a site I'm designing and it has to be compatible for all browsers IE6 and up. It needs to remain 120px wide because its position will be static. Using the <select> tag and setting a width, this works; however, when the box is opened, IE cuts off the longer texted links where Firefox resizes them correctly. Is there anyway to define the dropdowns at a different width than the 120px top of the box that works with all browsers?

If not, is there a simple script for a customizable dropdown menu that doesn't require 10 pages of javascript?

like image 410
user45754 Avatar asked Apr 18 '26 12:04

user45754


1 Answers

check out http://lwis.net/free-css-drop-down-menu/