http://www.lwis.net/free-css-drop-down-menu/dropdown.simple.horizontal.html
in this sample width of dropdown is fixed
ul.dropdown ul {
margin-top:1px;
width:150px;}
I need width of drop-down dependable of Character inside <a> without breaking in 2 line
width should depend on text.
The following two additional style declarations in Firebug gave me the results you’re asking for.