[solved]Menu problem: 3rd menutag does something weird

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
My.WEBDESIGNER
Forum Members
Forum Members
Posts: 64
Joined: Sat Jun 20, 2009 3:28 pm

[solved]Menu problem: 3rd menutag does something weird

Post by My.WEBDESIGNER »

Hey everyone,
I'm experiencing a serious problem:
I made a layout with 3 menus.

In the code i used these 3 menu tags:

Code: Select all

{menu childrenof="topmenu" number_of_levels="1"}
{menu collapse="1" excludeprefix="topmenu,footermenu,home"}
{menu childrenof="footermenu" number_of_levels="1"}
And initially this works fine, but once a link of the footermenu is active, the 3rd menutag does something weird.

it generates a ul list that starts with the following code

Code: Select all

<ul></li></ul></li><li><a href="item1 link">menu item1</a></li> ...
This messes up my layout and of course my HTML is no longer valid...
Anyone that has encountered the same problem?

temporary url: http://es.imperbel.net/colophone
My.WEBDESIGNER
Forum Members
Forum Members
Posts: 64
Joined: Sat Jun 20, 2009 3:28 pm

Re: [solved]Menu problem: 3rd menutag does something weird

Post by My.WEBDESIGNER »

apparently a bug that will be solved in the next release of cmsms.
Post Reply

Return to “Layout and Design (CSS & HTML)”