Hi there.
Firstly, great component. I'm using it here:
www.jollysydneyhostel.com.gridhosted.co.uk/home
I have one small problem though, and that is a horizontal scrollbar appearing in the Chrome browser when using the following centering fix:
BODY DIV.ux-menu-container UL.ux-menu-horizontal
{
display: -moz-inline-stack;
display: inline-block;
zoom:1;
*display: inline;
}
This is probably a Chrome bug but I'm not so good with CSS that I can work out a fix. Do you have any ideas please?
Thanks
Steve