希望能帮助我:
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.
哲学。