The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Horizontal Nav Menu (still not solved)

powersspowerss Registered User regular
edited February 2007 in Help / Advice Forum
Does anyone have a link or can post the code to a easily configurable horizontal navigation menu?

Basically I want some tabs that have "Home" "About" "Blah"

Then, as you rollover them in the area below appear submenu choices that you can then select with your mouse.

There HAS to be easy how-to somewhere but I can't find it.

Thanks in advance.

powerss on

Posts

  • cyphrcyphr Registered User regular
    edited February 2007
    This site is pretty fantastic.

    Specifically, this is exactly what you're looking for.

    </css fanboy>

    EDIT: Actually, this one's even better.

    cyphr on
    steam_sig.png
  • JasconiusJasconius sword criminal mad onlineRegistered User regular
    edited February 2007
    Simlpe versions of that can be done with CSS using unordered lists and <div style="display:none"> techniques.

    More advanced (read: fancy) versions that break machintosh browsers use javascript.

    Odds are you aren't interested in Mac breaking code.

    Jasconius on
    this is a discord of mostly PA people interested in fighting games: https://discord.gg/DZWa97d5rz

    we also talk about other random shit and clown upon each other
  • powersspowerss Registered User regular
    edited February 2007
    Actually, I don't support IE for Mac anymore.

    THat's actually not what I'm looking for...

    I want something that's horizontal - not dropdown menus.

    i.e. as you mouseover a tab, below it appears another horizontal list of links.

    powerss on
  • powersspowerss Registered User regular
    edited February 2007
    Like this at the top:

    http://www.sixshootermedia.com/ostemplates/aqueous_light/twocolumns.html

    Just active, so it toggles as you rollover.

    powerss on
  • robaalrobaal Registered User regular
    edited February 2007
    I'm not sure how helpful this will be, but http://www.dansdata.com/ uses something like that, though the lower bar appears for only one option.

    robaal on
    "Love is a snowmobile racing across the tundra when suddenly it flips over, pinning you underneath.
    At night, the ice weasels come."

  • PirateJonPirateJon Registered User regular
    edited February 2007
    The html effect is called "mouse over". Google that and I'm sure you'll find your tutorial.


    Like so...

    http://www.virtuallyignorant.com/buttons.htm

    PirateJon on
    all perfectionists are mediocre in their own eyes
  • JasconiusJasconius sword criminal mad onlineRegistered User regular
    edited February 2007
    Ohh, you were not that clear.

    I highly reccomend viewing

    http://alistapart.com

    Which contains many articles on advanced navigation.

    Jasconius on
    this is a discord of mostly PA people interested in fighting games: https://discord.gg/DZWa97d5rz

    we also talk about other random shit and clown upon each other
Sign In or Register to comment.