Journal

Tag archive for “Magento 1.5”

Free Magento Extension : Columnised Navigation

Recently we had need to create a mega menu style navigation element on a client site. The child categories from the primary navigation menu needed to be output in columns, rather than one long list. Now, Magento by default simply outputs a single <ul> in the parent element’s <li>, meaning a pure CSS solution would have ordered children to read left to right, rather than top to bottom.

Read complete article