Jump to content

Recommended Posts

Posted

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

Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...