Hi,
Just trying to understand how to get drop down menus to work (the theory behind them).
From what I have seen, it is just playing around with CSS using display:none and block along with the z-index.
Events are attached on mouseover and mouseout to switch the CSS class.
Is that basically it?