what i'm looking for is a way that when an image is hovered the text, that is over it, changes. I've searched the site for while all the solutions don't seem to work for me.
Here's my code.
<div class="four columns full-height">
<div class="projects"><a href="#">Collectif Neuf</a></div>
<a href="#"><img class="vertical" src="images/projects/c9.jpg"></a>
</div>
i've also tried this : CSS image hover change color of text
it only works if the img is over my .projects div. But my .projects div needs to be over the img for it to display properly.
Thanx for your help.
EDIT
I've just realize that i didn't explain well what i am looking for. By text change i meant that when the image is being hover the link will be underline. Now the link only gets underline if it's being hover.
Really sorry for that.