MyBB Support

Sub Menu?

Submitted by Maximum, , Thread ID: 5559

Thread Closed
03-07-2015, 12:27 AM
#1
I need a simple sub menu like how NulledBB has, (hover over the "more" tab at the top)

Anyone help with this please? Smile

RE: Sub Menu?

#2
Just rip it :yus: lol jk then you'll end up like DMPS

RE: Sub Menu?

OP
#3
03-07-2015, 12:34 AM
Diplo Wrote:
Just rip it :yus: lol jk then you'll end up like DMPS

You reply, but yet you don't help...

RE: Sub Menu?

#4
03-07-2015, 12:36 AM
Maximum Wrote:
03-07-2015, 12:34 AM
Diplo Wrote:
Just rip it :yus: lol jk then you'll end up like DMPS

You reply, but yet you don't help...

You make it sound like I know how\_()_/

RE: Sub Menu?

#5
You could do it with JS or with CSS. Just Google it.

RE: Sub Menu?

#6
Try look here for codes/css etc.

http://cssmenumaker.com/css-drop-down-menu
"Don't get mad, get even."

RE: Sub Menu?

This post was last modified: 04-07-2015, 01:53 PM by Krave
#7
It's called a multi-column drop down menu and this should help you out a little.
http://alijafarian.com/bootstrap-multi-c...down-menu/

RE: Sub Menu?

#8
Column Drop Down Menu You can do that with some html and css code.

PM me if you need help

RE: Sub Menu?

#9
Try to search. Css menu maker. and youll get alot
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Sub Menu?

This post was last modified: 05-07-2015, 01:53 AM by Kill
#10
Basic one:


Code:
.has-drop:hover > .drop{
display: block;
}
.drop{
display: none;
}
//// HTML
<div class="has-drop">
<div class="drop">

</div>
</div>

Users browsing this thread: 5 Guest(s)