English 中文(简体)
Cufon与Ninvo发生冲突,取代Vnivo超声波束。
原标题:Cufon clash with Nivo - replaced fonts in nivo HTML captions dissapear

希望能帮助我:

So, I have Nivo slider working fine and I built in some HTML captions in the support way. Then I styed the HTML caption with h1 and h2 tags. Then I implement cufon to replace h1 and h2 with a non-standard font. Then, the nivo captions break - behaviour is a little unpredicatable but mainly the styled portions of the caption dissapper.

此前有人看到/解决了这一问题?

与此相关的法典很多,我也想回避这一职务,因此,请允许我知道,如果你想看到例子,相关部分是什么。

首先,我用手法的头几节打字。

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="js/jquery.img.preload.js"></script>
<script type="text/javascript" src="js/hint.js"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox-1.3.0.js"></script>
<script type="text/javascript" src="js/jquery.tipsy.js"></script>
<script type="text/javascript" src="js/nivoslider/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.js"></script>
<script type="text/javascript" src="js/captify/captify.tiny.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<!-- //////// Cufon - font Replacement ////////  -->
<script src="js/cufon/cufon.js" type="text/javascript"></script>
<script src="js/cufon/bebas-neue.cufonfonts.js" type="text/javascript"></script>
<script type="text/javascript">
        Cufon.replace( h1, h3, h4, h5, #main_menu li a ); // Works without a selector engine
</script> 

Thanks for any/all help.

哲学。

最佳回答

事实是过时的解决办法。 它在有活力的场所工作确实很差。 市场上的多数输家都能够利用社区服务公司展示习俗。 http://www.fontsquirrel.com/fontface/generator"rel=“nofollow”http://www.fontsquirrel.com/fontface/generator

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签