pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeee help
-
☆ A M B ☆
- 24,524 Posts
If you mean the whole page, that's not something I can quickly give you advice or help for. I would charge $250 for a page like that.
I have no idea how the tabs trigger the content. AJAX? Simple tabs that show/hide their content? Where does the content come from? Resources? A calendar app? Porting something like that into a MODX feature isn't a simple task.
Hi,
Will not any child of God help me with this problem? I can not make the correct marking of this menu. It can be pdomenu or wayfinder. I want the mega-menu and the mutablevel working.
The code:
<nav>
<ul>
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="#">Pages</a>
<ul class="mega-menu-area">
<li>
<a href="about1.html">About 1</a>
</li>
<li>
<a href="lecturers1.html">lecturers 1</a>
</li>
</ul>
</li>
<li>
<a href="#">Courses</a>
<ul>
<li>
<a href="courses1.html">Courses 1</a>
</li>
</ul>
</li>
<li>
<a href="#">Research</a>
</li>
<li>
<a href="#">News</a>
<ul>
<li class="has-child-menu">
<a href="#">News</a>
<ul class="thired-level">
<li>
<a href="news1.html">News 1</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">Gallery</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>