mVaillette
New Member
So lets just keep it simple. Say I want to create a dropdown that, when clicked or :hover-ed, reveals the submenu from offscreen.
Would I simply create an onclick event that calls a javascript function to do the magic?
And maybe that function would add some inline styling to reveal the offscreen sub menu?
What's a better way of doing this? Examples would be peachy. I'm just learning Javascript so I don't know what's possible.
Would I simply create an onclick event that calls a javascript function to do the magic?
And maybe that function would add some inline styling to reveal the offscreen sub menu?
What's a better way of doing this? Examples would be peachy. I'm just learning Javascript so I don't know what's possible.