Hi, i've made a horizontal Superfish menu which fills the containing div entirely, based on the description given here: http://dizque.lacalabaza.net/temp/full-width-navigation-bar-with-css.html
Basically that is: #menu { width: 100%; float: left; display: table;} #menu > ul { display: table-row; } #menu > ul > li { display: table-cell; min-width: 20%; } However, this causes the effect of the Supersubs plugin to stop working. Is there a way of providing a dynamic submenu width when having a "full width" Superfish menu as described above? Regards, Per