Question
CSS for hiding a HTML element, keeping its width and height?
I need a CSS snippet for hiding a HTML <div class="my">
(with quite a lot of contents, including text and other divs), but still reserving space for it. Is there something better or faster than div.my{opacity:0;}
?
45 29629
45