The title of the projects has a border-bottom on hover, I want that it shows also when I hover over the image of the project not just when I hover over the text.
I tried with css with no luck.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use jQuery hover event. On hovering the image, in the callback you can use the following code :