小编D. *_*ONG的帖子

当锚悬停在锚上时,将锚内的图像切换为文本

我想在没有悬停的情况下在圆圈中显示一个徽标(例如.item-logo),因为悬停在容器中会显示日期.

HTML

<div id="main-content" class="container animated"> <div id="content">
 <article class="post-65 post type-post status-publish format-standard hentry category-thoughts tag-example tag-standard tag-tag item-list">
 <div class="post-format-icon">
 <a href="<?php echo get_permalink(); ?>" class="item-date"><span><?php the_time('j') ?></span><small><?php the_time('M') ?></small></a>
</div>
Run Code Online (Sandbox Code Playgroud)

你可以在这里看看JS Fiddle,日期不被视为它的PHP.话虽如此,徽标应该改变为悬停的日期.http://jsfiddle.net/xJv5x/

谢谢!

html javascript css jquery

0
推荐指数
1
解决办法
87
查看次数

标签 统计

css ×1

html ×1

javascript ×1

jquery ×1