Link to home
Start Free TrialLog in
Avatar of it4unow
it4unowFlag for United States of America

asked on

Need to build a joomla menu that works like this flash example

Avatar of KingFlash
KingFlash

i more details to answer you ...
what is the Joomla?
Avatar of it4unow

ASKER

i would assume if you do not know what joomla is you are not qualified to answer my question. Thanks Anyway!
maybe he is asking what version?
Avatar of it4unow

ASKER

Sorry, in that case it is version 1.5 which is the current version of the Joomla CMS.

There are many menu modules available from joomla.com/extensions but they are difficult to configure the way I want.   I'm hoping someone has some insight into what module I should use and how to configure it to work like my flash example.
ASKER CERTIFIED SOLUTION
Avatar of Allan Nisbet
Allan Nisbet
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dean OBrien
Take a simple css vertical hover example like this:
http://ago.tanfa.co.uk/css/examples/menu/vs7.html

You will notice that the actual menu code is only a series of <ul> and <li> elements. Which is what the standard output is of any Joomla menu element.

All you need to do is to mock up a html page using the above code so it works the way you want it to. Once you get it working on your mock up, just use that html page as yout joomla template. You need to then replace the block of <ul><li> etc with the following tag <jdoc:include type="modules" name="user1" style="xhtml" />.

Publish your menu to position user1 and it should work as your mock up page did.

Regards
Easynow