Help for drop down menu management

Discussion in 'HTML & Website Design' started by diyakapoor, Jan 6, 2010.

  1. #1
    We have created a drop down menu for our website. Drop down menu opens in right side, and on the sub links which opens in right it's not showing hyperlink over them.

    yes, they are clickable and new page opens but no hyperlink is being shown on them.

    website:
    http://www.funfilms.in/


    Please help to fix the problem
     
    diyakapoor, Jan 6, 2010 IP
  2. dlb

    dlb Member

    Messages:
    203
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    35
    #2
    I haven't dug into your code but you can give the impression of a hyperlink by using the CSS tag called 'cursor'.
     
    dlb, Jan 6, 2010 IP
  3. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The other problem you run into is that the sub-menus are aligning on the largest text, therefore on the short text menu items it is very hard to get over to the sub-menu quick enough.
     
    LeetPCUser, Jan 6, 2010 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    First mistake - using that stupid mm_ javascript nonsense from dreamweaver - that's using javascript to do CSS' job and does a ridiculous job of bloating out the page.

    Second mistake, using Dreamweaver.

    My advice, research a pure CSS menu that only uses javascript assistance for IE6/earlier like suckerfish or use a pure CSS menu and throw csshover3.htc at it for legacy support - throwing away that javascripted nonsense you have for semantic markup of nested lists.
     
    deathshadow, Jan 6, 2010 IP
  5. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    LeetPCUser, Jan 6, 2010 IP