Hover animation problem
-
Hi!
Somehow the first icon of this page isn’t reacting in the same way as the two others. The way I did this was to save two different images (one plain and one slightly zoomed in with the text), and this is the code I have:
On the first few days I’ve updated this, it worked fine. I now have the same issue on a couple of different icons on the website, and I just don’t understand where it comes from and why it seems to show up at random. Anyone sees any mistake below or has any idea why this is occuring?
Thank you kindly in advance!
<div> <div style="width: 32%; float: left;"> <div id="cf" style="width: 100%; float: left;"> <img src="https://thais-breton.com/wp-content/uploads/2018/02/corporate1-1.jpg" alt="" width="390" height="219" class="top" /> <a href="https://thais-breton.com/corporate/"> <img src="https://thais-breton.com/wp-content/uploads/2018/02/corporate0-2.jpg" alt="" width="390" height="219" class="bottom" /> </a> </div> </div> </div> <div style="width: 32%; margin-left: 2%; float: left;"> <div id="cf" style="width: 100%; float: left;"> <img src="https://thais-breton.com/wp-content/uploads/2018/02/coverage1.jpg" alt="" width="390" height="219" class="top" /> <a href="https://thais-breton.com/coverage/"> <img class="top" src="https://thais-breton.com/wp-content/uploads/2018/02/coverage0.jpg" alt="" width="390" height="219" class="bottom"/> </a> </div> </div> <div style="width: 32%; margin-left: 2%; float: left;"> <div id="cf" style="width: 100%; float: left;"> <img src="https://thais-breton.com/wp-content/uploads/2018/02/PERSONAL1.jpg" alt="" width="390" height="219" class="top" /> <a href="https://thais-breton.com/personal/"> <img class="top" src="https://thais-breton.com/wp-content/uploads/2018/02/PERSONAL0-1.jpg" alt="" width="390" height="219" class="bottom" /> </a> </div> </div>
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hover animation problem’ is closed to new replies.