SEO CSS problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dingo
Beginner
Beginner
Posts: 1
Joined: Wed Jul 18, 2007 1:47 pm

SEO CSS problem

Post by dingo »

Hi ,
I have managed to create a great dynamic menu based on your "listbased_menu" example for SEO purpose.

The Only problem I have got now is that the menu can get only 1 style where prior using the listmenus.js I could have different styles. ( i.e 1 style to the root category and Other style to the subcategory menu.)

Please advise what should I do while commanding the script
buildListMenu (""milonicmenu1"",""menuStyle"",""alwaysvisible=true;orientation='horizontal';"");

Thanks and best regards,
Ran
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Given the following syntax, which you have used...

syntax: buildListMenu("id of list", "menu style name", "main menu properties")

...but possibly with too many quotes, simply add additional items as above using the new styles you require.

buildListMenu("id of list", "menu style name", "main menu properties")
buildListMenu("id of list", "menu style name2", "main menu properties")
buildListMenu("id of list", "menu style name3", "main menu properties")

etc.
John
Post Reply