Tuesday, 3 September 2013

CSS next element (none sibling) selector

CSS next element (none sibling) selector

I have an HTML structure like this:
<svg>
<path/>
</svg>
<img/>
Is there a way to do something like "display:block;" to the <img/> when
<path/> is hovered, with CCS only?

No comments:

Post a Comment