Log in

View Full Version : [Drop down menu] does IL can be changed into IL??



Jacky
10-09-2006, 11:57 AM
I just need help from you guys..
because I can't go on ><

The story is I wanna add sub menu into my main menu which was already built with tables. Though I tried to followed this tutorial...

http://www.dynamicdrive.com/style/cs...enu-vertical/#
Experimentally it works, but in my webpage doesn't, because my menu is table and my ability isn't sufficient to edit it myself.
Can you suggest me to make sub menu out from main table menu? I mean link from table.
And does it have the way to do so? I'd be appreciate for your useful answer or another idea also.

Here's my menu and where I wanna make sub-menu.
http://img95.imageshack.us/img95/3285/submeae4.gif (http://imageshack.us)

Really thanks in advance,

codeexploiter
10-09-2006, 12:42 PM
Actually before trying to add a submenu item(s) into an existing vertical menu you must make sure that the existing vertical menu does supports submenu items.

My assumption is that you've used a table that contains some links (could be images) arranged in a vertical manner which gives a vertical menu effect. But this method won't allow you to add submenu items there, either you have to edit/modify the existing script/css to make it work.

As you haven't provided the source code of your current vertical menu, i assume that you've used CSS for the implementation. If you provide the source code the forum users will get more idea about the problem so that you can have your options straight.

If it is possible for your it would be better if you develop a new set of menu system that is fully based on CSS (If you want). I would suggest the following section for constructing an entirely new set of menu

http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-vertical/

It seems to me that you need to change the existing menu system because it doesn't meet your requirement of having submenus in it.