Menu Design Help Needed

by 5 replies
6
I need help for the following menu, please have look at it, behaving weird.

Css Menu By Alfa.

Regards,
Amer
#website design #design #menu #needed
  • What's wrong with it.....?
  • the menu options jump to the bottom of the page.

    I'm not sure how he expects anybody to help without seeing the css source.
  • The CSS isn't hard to find.
    articlespark.com/menudesign/mainmenu2/stylemenu.css

    See?

    Anyways, I'm still unclear at what you want. If you could specify what you're needing done, I'll be sure to help you.
  • hey wish i cud have helped but i am not a coder myself i am having in some difficulties with a menu as well. Please add me on any Instant messenger if someone is willing to help

    I cant PM u guys.

    thanks apprecited.

    & @ the thread starter best of luck

    thats all i can say

    thanks
    ~kahara~
  • Amer,
    The problem is that you don't close the drop down menus when the "focus" is taken off a particular menu option.

    In other words once you've engaged the drop down menu for Menu-1 by clicking on the Menu-1 link, the drop down menu stays open until you close it by clicking on Menu-1 again. If you don't close the drop down menu then change focus to Menu-2 your css forces the still open drop down menu for Menu-1 out of the table.

    If you do close the drop down menu for Menu-1 then the problem isn't there.

    If it were my menu I would change how the drop downs were displayed from onclick to onfocus. That way when your visitor moves their mouse from menu item to menu item the drop downs would close.

    Additionally, you should go over your css carefully. Remove the redundant code and clean the rest of it up.

    Good Luck,
    Gene

Next Topics on Trending Feed