r4dius Posted July 10, 2009 Share Posted July 10, 2009 Greetings Neowin, I'm trying to replicate this pretty cool image hover effect from another website I came across. I've been trying to figure it out but I'm stumped. http://goapr.com/products/ If you take a look at this website, under "New Products", if you hover over any of those images there is a nice solid red border that appears underneath. Is this a CSS effect or an actual image? Please advise! Regards, Bart Matusiak Link to comment Share on other sites More sharing options...
0 The_Decryptor Veteran Posted July 10, 2009 Veteran Share Posted July 10, 2009 img:hover { border-bottom: 5px solid red; } Edit it however you want. Link to comment Share on other sites More sharing options...
0 r4dius Posted July 10, 2009 Author Share Posted July 10, 2009 img:hover { border-bottom: 5px solid red; } Edit it however you want. Thank you so much :) Link to comment Share on other sites More sharing options...
Question
r4dius
Greetings Neowin,
I'm trying to replicate this pretty cool image hover effect from another website I came across. I've been trying to figure it out but I'm stumped.
http://goapr.com/products/
If you take a look at this website, under "New Products", if you hover over any of those images there is a nice solid red border that appears underneath.
Is this a CSS effect or an actual image? Please advise!
Regards,
Bart Matusiak
Link to comment
Share on other sites
2 answers to this question
Recommended Posts