There should be an easier way: vB allready writes the necessary position etc. in the element an then waits for the click to enable the hover-visibility for each pulldown.
What's needed:
- Enable this from beginning
- Set everything to invisible when nothing is hovered (right now the last pulldown will remain active)
... any idea? Thanks!
--------------- Added 30 Apr 2011 at 14:40 ---------------
As much as I understand now, the CSS :hover > ul {display:block} would work fine, if JavaScript wouln't overwrite this with style="display: none" / style="display: block" in the <ul>'s
... where to disable?
|