I have the following CSS / HTML setup http://jsfiddle.net/UDAUY/
How to align the dropdown menu to center yourself under the parent tab as shown
| MENU 1 | MENU 2 | MENU 3 | MENU 4 |
-------------------------------------
| Field 1 | Field 2 |
---------------------
instead of this,
| MENU 1 | MENU 2 | MENU 3 | MENU 4 |
-------------------------------------
| Field 1 | Field 2 |
---------------------
what it looks like now. Also, is it possible to adjust the width of the ul container submenu for dynamic configuration? Right now I set it to an arbitrarily high value that works for almost all purposes, but I would like to know if this is possible.
EDIT
. CSS ( JS) , . , ( . 2 4 ).
user564376