Results 1 to 2 of 2

Thread: [Drop down menu] does IL can be changed into IL??

  1. #1
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question [Drop down menu] does IL can be changed into IL??

    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.


    Really thanks in advance,

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    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/cs...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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •