menu help please

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bigbuddha

    menu help please

    I have found this nice little menu.


    When i click on "folknieuws " there is only 1 item, so i dont need it to
    expand just open a page in an another frame. So items with only 1 same item
    need to be clickable directly, no 2 clicks. If this makes any sence.
    It's a usability thing ;)

    any one? i'm not that much of a javascript expert.

    thank you very much.

    --
    "Light is faster than sound. Thats why people look intelligent until you
    hear them speak."


  • Lasse Reichstein Nielsen

    #2
    Re: menu help please

    "bigbuddha" <news_mail@bigb uddha(losethis) .be> writes:
    [color=blue]
    > I have found this nice little menu.
    > http://www.bigbuddha.be/test/menu.html
    >
    > When i click on "folknieuws " there is only 1 item, so i dont need it to
    > expand just open a page in an another frame. So items with only 1 same item
    > need to be clickable directly, no 2 clicks. If this makes any sence.
    > It's a usability thing ;)[/color]

    If you *really* mean to be interested in usability, then there is
    another concern that I would fix first.

    Your menu only appears if Javascript is enabled. As all pages, it
    should work without Javascript as well, e.g., by making *all* top
    level entries links to appropriate pages. Then the submenus will just
    be shortcuts, but not essential to navigation.

    [color=blue]
    > any one? i'm not that much of a javascript expert.[/color]

    There is no easy fix. The menu distinguishes between items and menu entries,
    and you want something at the level of menu entries that acts as an item.

    It is possible to change, but I would recommend getting a different
    menu to begin with, one that is functional without Javascript. No
    reason in patching up something that is broken by design.

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • bigbuddha

      #3
      Re: menu help please

      Lasse Reichstein Nielsen wrote:[color=blue]
      > "bigbuddha" <news_mail@bigb uddha(losethis) .be> writes:
      >[color=green]
      >> I have found this nice little menu.
      >> http://www.bigbuddha.be/test/menu.html
      >>
      >> When i click on "folknieuws " there is only 1 item, so i dont need it
      >> to expand just open a page in an another frame. So items with only 1
      >> same item need to be clickable directly, no 2 clicks. If this makes
      >> any sence. It's a usability thing ;)[/color]
      >
      > If you *really* mean to be interested in usability, then there is
      > another concern that I would fix first.
      >
      > Your menu only appears if Javascript is enabled. As all pages, it
      > should work without Javascript as well, e.g., by making *all* top
      > level entries links to appropriate pages. Then the submenus will just
      > be shortcuts, but not essential to navigation.
      >
      >[color=green]
      >> any one? i'm not that much of a javascript expert.[/color]
      >
      > There is no easy fix. The menu distinguishes between items and menu
      > entries, and you want something at the level of menu entries that
      > acts as an item.
      >
      > It is possible to change, but I would recommend getting a different
      > menu to begin with, one that is functional without Javascript. No
      > reason in patching up something that is broken by design.
      >
      > /L[/color]

      Oke, good arguments.
      Maybe you can suggest a simmilar menu that has your approval? ;)

      --
      "Light is faster than sound. Thats why people look intelligent until
      you hear them speak."


      Comment

      Working...