Page 1 of 1

Horizontal menu problem

Posted: Fri Feb 22, 2008 11:24 am
by haeon
Hello,

I know that the problem has already been discussed but apparently it still doesn't work for me.
I have an horizontal dropdown menu but only the firstlevel menu-items are being displayed in all browsers.

Any suggestions? Thanks !

Here is my template code:








{sitename} - {title}


{metadata}


{stylesheet}


{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}



{literal}

=b){nw=b+"px";}if(w



#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}


{/literal}













var sc_project=2885709;
var sc_invisible=0;
var sc_partition=29;
var sc_security="cca09db1";






   
   
      {anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}
      {anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}
   
   


   
   


 
 
          {cms_selflink dir="start" text="$sitename"}
 
 
 


 
 
      Navigation
      {cms_module module='menumanager' template='cssmenu.tpl' number_of_levels='2'}
 
 
 

 

 
 
        {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
 
 
 


 
 

     
     

     
     
        Sub Navigation

         
          {menu template='simple_navigation.tpl' start_level='2' collapse='1'}
     
     

     
     
        News
          {news number='3' detailpage='news'}
     
     

     

     
     


     
     
        {print showbutton=true script=true}
        {title}
        {content}


       


{anchor anchor='main' text='^ Top'}

       
            {cms_selflink dir="previous" label="Previous page: "}

            {cms_selflink dir="next"}
       
       


     
     
 


 
 


 
 
      {global_content name='TSD footer'}
   
 





Re: Horizontal menu problem

Posted: Fri Feb 22, 2008 12:10 pm
by KO
So only this horizontal menu (level 1) is visible? No dropdown on any browser? Check that you have right stylesheet (CSS) attached to your page template. CSS menu needs right styles applied for dropdown to work.

If you get dropdown (that's second level) it works as it should. If you look at your menu call it says:

{cms_module module='menumanager' template='cssmenu.tpl' number_of_levels='2'}

So it's 2 levels. If you need more then change number of levels higher.

If this does not help post a link to your site.

Re: Horizontal menu problem

Posted: Fri Feb 22, 2008 12:37 pm
by haeon
Thanks for your suggestion.
I think it's more a display problem, because my first sectionheader displays 1,5 menu items in the dropdown. But there should be 5. Concerning levels, I only need 2 levels displayed.

Here is the link to my site: http://www.trangsidao.org

Thanks!

Re: Horizontal menu problem

Posted: Sat Feb 23, 2008 9:40 pm
by KO
Try adding collapse="0" for menu call.

If you look at the source you should be able to see also the second level items there. I see only first level. If there is they are hidden with CSS and displayed when mouse is over that menu item which should drop down.