Can anyone tell me how I can centre the links in the menu at the link shown below please?
http://www.dynamicdrive.com/style/cs...el_css_menu_2/
Printable View
Can anyone tell me how I can centre the links in the menu at the link shown below please?
http://www.dynamicdrive.com/style/cs...el_css_menu_2/
[css]
#myslidemenu {
text-align:center;
}
#myslidemenu li {
text-align:left
}
[/css]
Thanks for the response boogyman but it didn't work. I've since resolved the problem though.:)