MyBB Community Forums

Full Version: Need help editing the CSS for a drop down menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I just followed a tutorial on how to make a drop down menu but it doesn't fit in with the other links in the primary nav bar.

Here is an image of it. The one I want to change is the one named "Extra Links".

[Image: f78556eb8c22650bcf608a36f8e74afa.png]

I want to change the position and colour of the menu to fit in with the others so where do I edit it.

Here is the link to my forum if you need it... http://nationforums.net/
Add <li> tags around the link, like so.

<li><a href="index.php" id="extra_links">Extra Links</a></li> 
Thanks a bunch man Big Grin
You're welcome Smile
I have another problem.

I tried added a little arrow pointing down so users can see its a drop down menu but I want it to sit right after where it says "Extra Links".

This is the small bit of code.

<li><a href="index.php" id="extra_links">Extra Links</a></li><img src="images/navdown.png">

Have I missed something out or put it in the wrong place?

This is what it looks like [Image: e0210169ca554835cfff93767f422e6a.png]

But I want it to look something like this...

[Image: 86a50971c2d0ae266e5f282f58263f96.png]

Notice in the first image that it sits above the text instead of right beside it?

If you can help then thanks again. Smile
link me to the tut please