I currently have a hover effect on a div using CSS (code below) how do I make the effect occur on hover and on click.
I believe its using .hover as well as using .active but how would I use them together on the CSS code below.
.maincontentdiv:hover > .slideup {
min-height: 50%;
}