• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Installing a sample mega menu in xf navbar

Barbossa

Active member
Hi,

I am looking for someone who can install one given mega menu sample in default xf styles nqvbar.

Payment will be done by paypal after a demo.

Please pm me for details.

Thanks.
 
define "mega menu sample"

a drop down tab with sub links?
if so: then this
else: don't understand what you mean.
 
You can put any HTML and CSS you like inside a XenForo popup menu:
HTML:
<div class="Popup">
	<a rel="Menu">Click me</a>

	<div class="Menu">
		<!-- any (well-formed) HTML you can think of -->
	</div>
</div>
 
Hm, IMO you could create a "normal" menu with an table.
Check for example the visitor popup menu.
I'm planing to do this for my page

edit: ok kier was faster^^
 
While this is not difficult to do, I would discourage you from putting quite so much content into a single menu. It seems like a poor design decision when you could just as easily provide it in a page or a pop-up. That said, Kier's code should have you covered, and you can further customize it once you have it in place. Best of luck.
 
Top Bottom