I have created a main div which is larger in width and height than other smaller divs. i want this larger div to hide the smaller divs inside and show them when the mouse hover
the mouse hover effect is working but how to hide the divs inside the main div in css.
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
In JavaScript, you would use the
document.getElementById('<DivId>').style.visibility = 'hidden';