Jump to content

Nav Issue


JohnMck93

Recommended Posts

Like I usually tell everyone...

There are two paths one can take when it comes to your sites navigation.

1) Use the built in one from Nabeel

2) Throw a custom one in

Since you want a dropdown a recommend using method 2 and hardlinking each link into the <li>s.

Open your skins header.tpl and create a div in the appropriate location called something that deals with navigation

<div id="Nav">
</div>

After doing so wrap your <ul> within it and add the <li> items within that

<div id="Nav">
<ul class="someclass">
<li>Home</li>
<li>About</li>
</ul>
</div>

Then style the class in your .css file and bam! YOU HAVE A NAV!

Note: If you are using a free code for a dropdown follow their readme or instruction and apply the code in a similar manner but remember to follow their instructions as well to insure proper function.

Link to comment
Share on other sites

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...