- May 18, 2015
- 1,043
- 179
- 2,389
BassMan submitted a new resource:
Mega Menu - Create mega menu in [cXF] Top Navigation add-on
Read more about this resource...
Mega Menu - Create mega menu in [cXF] Top Navigation add-on
This is DIY example on how to create Mega Menu to use it in for example [cXF] Top Navigation add-on (see demo on our forum).
This is an example code of the Mega Menu for Top navigation menu:
HTML:<div class="cxf-megaMenu"> <div class="cxf-megaMenu-column"> <h3>First Category</h3> <ul> <li><a href="#">Test link</a></li> <li><a href="#">Another test link</a></li> <li><a href="#">Just testing</a></li> <li><a...
Read more about this resource...