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.
Navigation menu with thumbnail image
Re: Navigation menu with thumbnail image
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
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?
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
Thanks will try to do that.