SyntaxFix
Write A Post
Hire A Developer
Questions
we just can show same label div on hovering like this
<style> #b { display: none; } #content:hover~#b{ display: block; } </style>