this is similar to a dropdown menu in CSS:
ul#Navigation li:hover ul { display: block;
}
you can hide or show elements with hover effect in father class or element
stetro91 1 year ago
How did you do the pop up with only CSS? :)
realicee 1 year ago
this is similar to a dropdown menu in CSS:
ul#Navigation li:hover ul { display: block;
}
you can hide or show elements with hover effect in father class or element
stetro91 1 year ago
How did you do the pop up with only CSS? :)
realicee 1 year ago