I have this script. Element with class "help" and id "help" overlap each other. I want with hover on ".help" the "#help" show. But when click on ".onHelp" the "#help" couldnt close.
What is solution for such elements?
Thanks in advance
(I have edited jsfiddle)
Your #help div is under .help, while it should be in front, covering the “hover me” text. Adding positive
z-indexvalue to #help.