Hey,
Thanks for that link, it has been helpful.
Everything is going great, except one thing.
The ul#ext-genID's change from page to page
for example on one page the first submenu will be
ul#ext-gen12.ux-menu-sub
and then on another page it will be
ul#ext-gen14.ux-menu-sub
so on the front page everything work perfect, but on other pages its broken
is there any way to do this?
all i want is something like:
ul#ext-gen'1st'.submenu'.ux-menu-sub {color 1}
ul#ext-gen'2nd'.submenu'.ux-menu-sub {color 2}
ul#ext-gen'3rd '.submenu'.ux-menu-sub {color 3}
ul#ext-gen'4th'.submenu'.ux-menu-sub {color 4}
but the ID's change page to page!!