VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Dropdown menu?

Re: Dropdown menu? 28 Apr 2014 10:10 #4589

Hello, I'd like to keep the very nice moving underline effect in the menu, but I do need to show submenus when a user clicks on the parent menu. I tried to take a look at the links you provided but have no CSS knowledge, so I don't know how to do this... is there a way someone can be so nice to post a tutorial for this?

Thank you so much in advance

Chris

  • Posts:3
  • veganway
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Dropdown menu? 08 Dec 2014 15:40 #5948

Yes, Good question! I would want the same...

Re: Dropdown menu? 04 Dec 2015 13:26 #7840

really simple:
i used the suggestion from m.freak
You must style it with css line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu


you just need to paste this in your
templates -> jf_calla-exteriors-> css -> template.css file:

 
#jf-mainnav ul {
list-style: none;
position: relative;
}
#jf-mainnav ul ul {
display: none;
float:left;
clear:both;
position:absolute;
padding-top: 15px;
}
#jf-mainnav ul ul li {
float: none;
position: relative;
clear:both;
}
#jf-mainnav ul li:hover > ul {
display: block;
}
 


best wishes
Last Edit: 04 Dec 2015 13:29 by einserpasch.
The following user(s) said Thank You: isupport
  • Page:
  • 1
  • 2
Time to create page: 0.62 seconds
Tuesday 23 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.