Cufon / Chrome Problem Programming Web Development by LogicWeb …, There seems to be an odd problem with Chrome / Cufon js. Cufon works fine in IE and Firefox, but Chrome is for….4.2.min.js"></script> <!-- Cufon Script --> <script type="text/javascript" src…;script type="text/javascript" src="/code/js/cufon.js"></script> <script type="… Re: Cufon / Chrome Problem Programming Web Development by Taywin Hmm... Did you check the elements' attributes after they are rendered? Chrome may have a certain different attributes in box rendering model that Cufon does not support. You may check only the elements that wrongly render. Just my two cents. Re: Cufon / Chrome Problem Programming Web Development by LogicWeb Would appreciate help on this please. Taywin, not sure what you mean. They look similar in Chrome and Firefox for example, so not sure. Divs messed up Digital Media UI / UX Design by jie3 …quot; /> <!--<script src="js/cufon-yui.js" type="text/javascript"><…div> <script type="text/javascript">Cufon.now();</script> </body> </…> <script type="text/javascript">Cufon.now();</script> </body> </… jQuery Cycle Plugin activeSlide Problem Programming Web Development by DTOXX …script type="text/javascript" src="js/cufon-yui.js"></script> <…script> <script type="text/javascript"> Cufon.replace('#nav a', { fontFamily: 'MTRCT' ,hover: true}); …script> <script type="text/javascript"> Cufon.replace('#nav a', { fontFamily: 'MTRCT' ,hover: true}); … JS Conflict? Programming Web Development by LogicWeb …type="text/javascript" src="../../code/js/cufon-yui.js"></script> <…type="text/javascript" src="../../code/js/cufon.js"></script> <script type…script> <script type="text/javascript"> Cufon.replace('#tagline'); </script> <!-- Dropdown Menu -->… JS not working in IE9, bit works fine in Firefox Digital Media UI / UX Design by suavedesign ….html) not shpwing up. I then downloaded a new, updated cufon-yui.js, to replace the one I had on my… font, and now, the Bebas font doesn't show up. Cufon-replace.js is the javascript that commands certain elements in… on firefox the way the site is supposed to look- cufon-replace.js is working there, but for some reason, in… [HTML] Multi-Language Fail Digital Media UI / UX Design by blaaam …"></script> <script src="js/cufon-yui.js" type="text/javascript"><…;/script> <script src="js/cufon-replace.js" type="text/javascript"><…;/div> <script type="text/javascript"> Cufon.now(); </script> </body> </html>… Dropdown list not working Programming Web Development by Master Mascus …<script type="text/javascript" src="js/cufon-yui.js"></script> <script type…<script type="text/javascript" src="js/cufon-yui.js"></script> <script type…="text/javascript" src="js/cufon-aller.js"></script> <script type… Cant modify header informationheaders already sent,help me find the problem Programming Web Development by moha_1990 …lt;script type="text/javascript" src="js/cufon-yui.js"></script> <script… type="text/javascript" src="js/cufon-replace.js"></script> <script …> <script type="text/javascript"> Cufon.now(); </script> <script src="http… Please guys help me with the validation in the registeration form. I did th Programming Web Development by moha_1990 …;script type="text/javascript" src="js/cufon-yui.js"></script> <script… type="text/javascript" src="js/cufon-replace.js"></script> <script…div> <script type="text/javascript"> Cufon.now(); </script> </body> <… Re: mail sending Programming Web Development by Paul_29 …;, "-webkit-border-top-right-radius":"10px"}); }); // Cufon Cufon.replace('h1, h2, h3, h4, h5, h6, .menu_nav ul li… a', { hover: true }); //Cufon.replace('h1', { color: '-linear-gradient(#fff, #ffaf02)'}); //Cufon.replace('h1 small', { color: '#8a98a5'}); // ]]> Re: Issues with EaseOutBounce Navigation.. Programming Web Development by Airshow …to help as I've not used either easeOutBounce or Cufon but I can offer a strategy. I think you …need to explore easeOutBounce vs. Cufon as the cause of the problems in IE. Make copies… of your page: [LIST] [*]easeOutBounce ON Cufon OFF [*]Cufon ON easeOutBounce OFF [/LIST] In each case, suppress the … please help in update query Programming Web Development by Poonam Jadav …; <script type="text/javascript" src="js/cufon-yui.js"></script> <script type…="text/javascript" src="js/cufon-titillium-600.js"></script> <script… file is not uploading - problem. Please help urgently Programming Web Development by FaisalSarfraz …; <script type="text/javascript" src="js/cufon-yui.js"></script> <script type…="text/javascript" src="js/cufon-marketingscript.js"></script> <script type… preventing default behaviour in a <a> Programming Web Development by Violet_82 …') .find('h3').html(newTitle).end() .find('p').html(newText); Cufon.replace('.car_model_description h3'); Cufon.replace('.car_model_description p'); } function resetThumbnails(){ $('.thumbnails a').each… JavaScript form not submitting Programming Web Development by Travus …;></script> <script src="content/scripts/cufon-yui.js"></script> <script src…="content/scripts/cufon-replace.js"></script> <script src… mail sending Programming Web Development by Paul_29 …; <script type="text/javascript" src="js/cufon-yui.js"></script> <script type…="text/javascript" src="js/cufon-aller.js"></script> <script type… Re: mail sending Programming Web Development by mattster Change line 19 to this: Cufon.replace('h1, h2, h3, h4, h5, h6, .menu_nav ul li a', { fontFamily: 'Vegur', hover: true }); You have to tell cufon which font family to use, then add the options like hover and colour. Do you use typography and custom fonts in your designs and how? Digital Media UI / UX Design by Steveorevo … wondering what developers use when creating custom typography solutions. sFIR, Cufon, PHP with GD rendering, using a third party type linking… Re: Do you use typography and custom fonts in your designs and how? Digital Media UI / UX Design by pritaeas We've recently switched from Sifr To Cufon, which appears to function much better. The integration is easy, only the rendering of the javascript from a font file takes a little time. Background not repeating in footer Digital Media UI / UX Design by drumichael87 … that are outputted by a wp plugin. Also, I use cufon to display it in a nice font. Since the <… Issues with EaseOutBounce Navigation.. Programming Web Development by drewpark88 … Internet Explorer. See what I mean... Notes: I am using cufon and rounding my corners....not sure if this make a… Re: Issues with EaseOutBounce Navigation.. Programming Web Development by Airshow Drew, If you Google "jquery rounded corners" you will find some jQuery plugin solutions. I haven't read them through but there's evidence that they are unreliable in IE, same as Cufon. However, with a little research, maybe you could find a good one. [B]Airshow[/B] smooth text in HTML Programming Web Development by gogreen1 anyone can help me from scratch how to create a cufon text ? it will be so useful for me in future :-) Re: smooth text in HTML Programming Web Development by twiss Just try, it's easy. Start at [url]http://cufon.shoqolate.com/generate/[/url]. Jquery Countdown Timer Programming Web Development by dandixon …, 'min': 00, 'sec': 00 } }); $('#countdown_dashboard').startCountDown(); }, 'omitWeeks': true, 'serverStartTime' : true }); }); Cufon.replace('.digit'); </script>[/CODE] datetime picker msql Programming Web Development by aaro …;/div> <script type="text/javascript"> Cufon.now(); </script> </body> </html>… Re: Menu Problem Digital Media UI / UX Design by LogicWeb … m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n…C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt"…K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=… Re: Is there a way to embed a font to show on any browser Digital Media UI / UX Design by pritaeas [url]http://cufon.shoqolate.com/generate/[/url] With Cufon you can turn your font into a javascript file and use it on any site you like. There is also Sifr and Flir, but Cufon is my favourite choice.