Dynadot

Sub menu in submenu in dropdown menu plz

Spaceship Spaceship
Watch
HI,
First thing first, thank to all those who take the time to read our post and try to help us. This is very nice of you.

I have just a little knowledge of web design almost ignorant in that matter, and for the last 2 weeks I tried different menu for my need.
None of the menue that I tried fit my need, the horizontal bar is not enough as I have about 300 links to insert in it.

I find that script I believe to be html and I love it.
It is an accordion style witch is very nice since you don’t have to hold your mouse on it.

But now what I need that script to do is add a third sub menu and I don’t know how to do that.

Let me explain.

If I open my menu home it will give me other links and clicking on those will bring you to those pages.
What I want those links to do is open an other sub menu for the real links.
What I want people to see, let see main menu name trucker,
Sub menu would be, on the road, tool, map.
Ok if they click on the road they will see an other menu like, truck stop, motel, restaurant.
Than in those menu they will see the real link.

I hope I didn’t lost you in those explanation and that you are able to help me here.


This one being the main menu
[<div id="Main_10" class="Main_menu" onmouseover="roll_dropmenu('Main_10','Main_menu_over')" onmouseout="roll_dropmenu('Main_10','Main_menu')">
<a href="javascript:void(0)" id="main_text_10" class="main_text" onClick="toggle_dropmenu('sub10')">Truck Components/Suppliers</a>
</div>]

this one being the sub menu, but I want to add a sub menu to it.

[<div id="sub10_1" class="Sub_menu" onmouseover="roll_dropmenu('sub10_1','Sub_menu_over')" onmouseout="roll_dropmenu('sub10_1','Sub_menu')" style="display: none">
<a href="http://www.trucktires.com " target="_blank"> trucktires </a><br />]

is it possible? If so please tell me where or what to look for.

P.s I am not afraid of little world.

Keep your words sweet – you never know when you may have to eat them:hearts:
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back