WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Footer site map as a table menu

(1/2) > >>

netash:
Hallo friends,

I am trying to show in the footer the site map in coulombs as found in many websites.
Something like that:

products    articals   about us
product1    artical1   location
product2    artical2   workers

the childs of each item under it and all showing.

Do you have a solution?

Thanks,

crnogorac081:
Take a look at show_menu2 examples..

stepenlock:
Use dropdown menu , get your fountionality through simple CSS, HTML menu format or in JavaScrip.


netash:
Thanks,
My problem now is how to show all the children all the time (not only when mouse over their father.

I assume it is in thi part of CSS:
 
--- Code: ---/* Show and hide */
#nav1 .menu li:hover ul, #nav1 .menu li a:focus ul, #nav1 .menu li.subMenu ul {display: block;}
#nav1 .menu li ul ul { display: none;}
#nav1 .menu li:hover ul ul, #nav1 .menu li.subMenu ul ul {display: none;}
#nav1 .menu li:hover>ul, #nav1 .menu li li:hover>ul, #nav1 .menu li.subMenu>ul, #nav1 .menu li li.subMenu>ul {display: block;  z-index: 1000;}

--- End code ---

What should I do?

nibz:
Nope. It has something to do whit your show menu code.

Can you paste your show menu code here?

Navigation

[0] Message Index

[#] Next page

Go to full version