0
<ul class="top">
<li>
<span class="card flipped">
<span class="front face">
<a href="<?php echo site_url("about") ?>" class="link">
<img src="<?php echo base_url();?>img/about.jpg" alt="" />
<div class="overlay"><p>ABOUT<br/>US</p></div>
</a>
</span>
<span class="back"></span>
</span>
</li></ul>
<script type="text/javascript">
$(document).ready(function() {
//On mouse over those thumbnail
$('.card').hover(function() {
//Display the caption
$(this).find('.overlay').stop(false,true).fadeIn(400);
},
function() {
//Hide the caption
$(this).find('.overlay').stop(false,true).fadeOut(800);
});
});
</script>
iv有幾個這些卡與一些jquery顯示覆蓋作品在所有瀏覽器iv測試除了crome。 網站是在 http://gurtyboardingcompany.com.au/如果有幫助。jquery懸停不工作在鉻