html - Displaying a div on click of select menu without showing the drop down Javascript -
i have make customized drop down menu using javascript. on click of select box dropdown appears options, need customize appearance of menu.
my approach have div options in , required styling, when user clicks select menu div should appear instead of displaying drop down.
i tried using onclick() events dropdown menu appears before , div appears. not helping cause.
please suggest me how achieve such requirement.
maybe hide options?
option { display: none; }
Comments
Post a Comment