我希望我的标题(在中间列中)在翻转时悬停白色。它们被放置在一个块锚中(所以一切都应该是锚)。当它使用系统字体(左列中显示的Arial)时,悬停可以正常工作。
我是从错误的角度接近这个吗?
<a class="blog-post" href="file.html">
<img src="images/promoter-blog-image.jpg" alt="promoter blog image" width="170" height="115" />
<h3>SMOKER? WATCH THIS AND YOU WON'T QUIT! TOM VEK</h3>
<p class="bold">Posted by Omar on July 27, 2011 </p>
<p>After ten years making top quality tunes, Leeds indie troop The Music play their last shows before going their separate ways at Brixton Academy.</p>
<p>Original tickets for the show at the Shepherd's Bush Empire. are still valid.</p>
</a>
<!-- /blog-post -->
以下是相关网页的链接。
非常感谢,
答案 0 :(得分:0)
您的链接不起作用。我建议在给出这个背景的情况下,向您查看http://www.divydovy.com/2010/04/cufon-hover-fix/,其中提到了在锚点内悬停Headers的修复方法。
你也可以尝试
Cufon.replace('.overlay a', {
hover: true,
hoverables: { div: true }
});
也应该有效。