SkiesTheLimit Posted March 25, 2013 Report Share Posted March 25, 2013 Hello all fantastic members, I'm in some need of guidance and/or a basic tutorial (in layman's terms) on how to integrate simply just a sub-menu (dropdown) into a previous menu. Right now I'm working with the default core_navigation.tpl, I've gone through a multitude of tutorials with no avail. Usually the outcome is a messed up navigation bar with some unknown characters. Right now I have no CSS for my navigation, if someone could point me or guide me through going from the default to in a way adding the dropdown that would be great. I tried the menu makers, Google, and other web design tutorials with all returning design and style problems. Any and all help is appreciate Regards, Chase Quote Link to comment Share on other sites More sharing options...
International0001 Posted March 26, 2013 Report Share Posted March 26, 2013 Try something like this: <li><a href="#">About</a> <ul> <li><a href="<?php echo url('/aboutus'); ?>">About Us</a></li> <li><a href="<?php echo url('/partners'); ?>">Our Partners</a></li> <li><a href="<?php echo url('/staff'); ?>">Our Staff</a></li> </ul> </li> Quote Link to comment Share on other sites More sharing options...
filipmkd Posted April 2, 2013 Report Share Posted April 2, 2013 I'm issuing similar problem. The menu don't appears to be drop down, but as one Separate menu. Here is preview Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.