html - make h2 text underline when hovering over image -
jsfiddle.net/pxojrb1o/
hello,
i'm trying make 'retro products' text underline when hover on green picture. if put green picture in h2 tag, misaligns. can help?
the html: added class h2
<h2 class="products"><a href="products.html">retro products</a></h2>
the css
.home-featured-class:hover .products { text-decoration: underline; }
http://jsfiddle.net/pxojrb1o/3/
for more information see thread: how affect other elements when div hovered
Comments
Post a Comment