Menus - javascript, dhtml...

Out of context: Reply #2

  • Started
  • Last post
  • 3 Responses
  • heavyt0

    try to make them as simple as possible. That seems to help in compatibility issues.
    I use the DOM for coding, and use semantic coding and CSS for presentation.
    That way it degrades well for sec508.
    Also, you shoudl make sure that the main part of the nav (top most) not only triggers the submenu, but it should link to a page as well.
    For instance, you rollover "Main" and it shows "SUB", but if you click on "Main", it goes to a page that lists all of the options in "Sub".

    TR1

View thread