Log in

View Full Version : jQuery Multi Level CSS Menu #2



dustnbones
10-15-2010, 08:32 PM
Can anyone tell me how I can centre the links in the menu at the link shown below please?

http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/

boogyman
10-16-2010, 03:15 PM
#myslidemenu {
text-align:center;
}
#myslidemenu li {
text-align:left
}

dustnbones
10-16-2010, 04:40 PM
Thanks for the response boogyman but it didn't work. I've since resolved the problem though.:)