2011-09-01 65 views
0

我希望我的標題(在中間列)滾動時懸停白色。他們被放置在一個塊錨點(所以一切都應該是一個錨點)。當它使用系統字體時(Arial,如左欄所示),懸停工作正常。cufon H3標籤內的塊錨不懸停

我從錯誤的角度接近這個嗎?

 <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 --> 

以下是指向相關頁面的鏈接。

由於地段,

米奇 http://www.captivegrid.com/10Tribes-refresh/blog.html

回答

0

您的鏈接無法正常工作。我建議給出這種情況下,給你看看http://www.divydovy.com/2010/04/cufon-hover-fix/其中提到了一個解決懸停的標題內錨。你

也可以嘗試

Cufon.replace('.overlay a', { 
    hover: true, 
    hoverables: { div: true } 
}); 

也應該工作。

+0

謝謝你的擡頭。該網站已經開始,但仍然存在這個問題。將研究它。堆棧溢出規則。 – Mitch