Need some help regarding html5 dropdown menu

Asked By 10 points N/A Posted on -
qa-featured

I want to know how can you access the html5 dropdown menu? Is there any way to create a dropdown list in an html5 form? Please provide correct information.

SHARE
Answered By 0 points N/A #198843

Need some help regarding html5 dropdown menu

qa-featured

Hello,

Here are the basic steps that you need to follow. First focus your work on HTML5 which has a dedicated <nav> element. For navigation structure that element should be used as the container.
 
As for basic styling, create a style-sheet and add CSS3. Then add some Java script. Please pay attention to the functions mouseenter() and mouseleave(). Invoke hasClass from each.
 
You can have a very good tutorial here.
 
The link below has some very fruitful discussions as well as code samples.
 
Hope it helps.
 
Best Regards,
Parisi
 

Related Questions