MyBB Community Forums

Full Version: Drop down menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy

I am adding links on my site but it is getting a bit full and i was wondering how i would add the links into a drop down menu ?????
community.mybb.com/thread-93720.html

on android so sorry for lack of formatting and grammer
Thank you now it looks much better and not so messy.

How would i change the black background so it fits in better?
Find this in the CSS:

#nav { float:left; width:100%; background:#111; margin:0; padding:0; color:#fff;}

Replace "MYCOLOR" with your color, and then replace the above code.

#nav { float:left; width:100%; background:#MYCOLOR; margin:0; padding:0; color:#fff;}

Hope this helps! Smile.
Thank you for this works great.