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?
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.