How to create clickable menubar???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create clickable menubar????

u can answer with c# ,asp.net , html, css, JavaScript. plz answer....

25th Aug 2017, 6:40 AM
Jenish Patel
Jenish Patel - avatar
2 Answers
25th Aug 2017, 7:32 AM
Αητοιπe
Αητοιπe - avatar
0
Multiple ways... I recently did one with div elements and ul and li. <div> <ul> <li> <a href="#" >click</a> </li> </ul> </div> This is already click able cause of the href attribute but using js/jquery and CSS you can style it, animate it and more
25th Aug 2017, 7:32 AM
Elad Goldenberg
Elad Goldenberg - avatar