WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: apple on December 05, 2008, 01:56:48 AM

Title: main menu inactive (solved)
Post by: apple on December 05, 2008, 01:56:48 AM
Hi, can someone pls help me find where the problem lies. My main menu is not working. I can see all my menus but nothing happen when I clicked on it. My submenu is working fine. Appreciate if someone could show me where the problem lies. Here is the codes for the main menu:

<?php show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL,'<li><a href="[url]">[menu_title]</a>', false,'<ul>','</ul>'); ?>

Thanks.
Title: Re: main menu inactive
Post by: BerndJM on December 05, 2008, 02:56:34 AM
Hi,

nothing wrong with this SM2 code, there must be another reason.
Maybe an overlapping div?
Could you provide a link to the page?

Regards Bernd
Title: Re: main menu inactive
Post by: apple on December 05, 2008, 05:05:12 PM
Hi, maybe its a browser issue. The menu doesnt work with Firefox on a Mac but it seems ok on PC. Anyone got a solution/answer? Ta.
Title: Re: main menu inactive (solved)
Post by: apple on December 05, 2008, 10:37:02 PM
Is ok now. I found the answer. The menu was blocked by another <div> tag. Strangely it was ok on PC but not on mac.