Much would depend upon your DOCTYPE and layout. The very first demo on the demo page for this menu can be centered using (changes highlighted - from the default/ddlevelsmenu-bar.css file):
Code:
.mattblackmenu ul{
margin: 0 auto;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 360px;
}
If you need more help, put up your own demo page. It can just be a test page, and doesn't even have to work. Just take your best shot and give us a link to it.
Bookmarks