What is this widget?

Discussion in 'HTML & Website Design' started by Platypus, May 21, 2009.

  1. #1
    http://www.d3armory.com/#

    The navigation, when you roll over a button it shows a few links under it.

    Its not flash, its Divs & Css, can anyone help?
     
    Platypus, May 21, 2009 IP
  2. jamiembrown

    jamiembrown Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    They're actually doing it by CSS. If you look at the CSS file at /library/css/style.css and find the section starting "#menu {" (which controls all of the top menu functionality) you'll see the line:

    #menu li:hover div { display: block; }

    Which will show the div block when the li is hovered over.

    Its nicely done.

    Jamie.
     
    jamiembrown, May 22, 2009 IP