0

I have the following code: http://jsfiddle.net/t19z7m3g/100/, I want the following rule : .main:hover+.more{display: block;} to be applied when hovering on the :after element(Read More) not on the .main element.

I tried .main:after:hover+.more but it didn't work.

0 Answers0