Page 1 of 1
Navigation menu with thumbnail image
Posted: Thu Jan 26, 2012 10:40 am
by dinmix
Does anyone know if there is an extension or module to develop a navigation menu with thumbnail in the dropdown. I dont know what its called but something similar to "
http://www.bp.com"
When you mouseover the menu, there's a thumbnail in the drop down.
Re: Navigation menu with thumbnail image
Posted: Thu Jan 26, 2012 4:07 pm
by Dr.CSS
In page options is a drop down to choose page image, in menu manager it is {$node->image}, so for the last 2 page in child menu choose an image and include the code for it in menu manager...
Re: Navigation menu with thumbnail image
Posted: Thu Jan 26, 2012 5:17 pm
by scelle
Hi, I'm looking for something similar.
Namely, I've recently implemented a Mega Menu (jQuery) and am looking for a way to add thumbnail image as a background for a product category. Something similar to this (stolen from designchemical.com):
Now, I know I have to add separate class for every <li> (or is it <ul>?) that contains a list of products and then . I just don't know how to do it in a Smarty menu template.
Any tips?
Re: Navigation menu with thumbnail image
Posted: Fri Jan 27, 2012 10:31 am
by dinmix
Thanks will try to do that.