Is there any particular reason why you've commented jQuery out? Cufón
needs jQuery's selector engine for older browsers. Or if you're
worried about file size, you can use a stand-alone selector engine
such as http://sizzlejs.com/. It should work just fine after that.
Also, there's a possibility that some characters may not be shown
properly because you're using ISO-8859-1 instead of UTF-8. But if it
works for you I guess it's OK. Just keep this in mind if you ever spot
a funny character on your site.
> Is there any particular reason why you've commented jQuery out? Cufón
> needs jQuery's selector engine for older browsers. Or if you're
> worried about file size, you can use a stand-alone selector engine
> such ashttp://sizzlejs.com/. It should work just fine after that.
> Also, there's a possibility that some characters may not be shown
> properly because you're using ISO-8859-1 instead of UTF-8. But if it
> works for you I guess it's OK. Just keep this in mind if you ever spot
> a funny character on your site.
> Simo
> On Aug 21, 2009, at 9:39 AM, Rodrigo wrote:
> > Hi!
> > Anybody have idea why Cufón is not working in IE6 and IE7 (working
> > well in Mozilla Firefox 3.5.2 and IE8 8.0.7100.0) ?
> Thanks for your superfast answer :-)
> I uncommented the jQuery line but this still dont working.
> Do you have any idea what it is?
> Thanks again,
> Rodrigo
> On 21 ago, 03:54, Simo Kinnunen <sor...@gmail.com> wrote:
>> Hi,
>> Is there any particular reason why you've commented jQuery out? Cufón
>> needs jQuery's selector engine for older browsers. Or if you're
>> worried about file size, you can use a stand-alone selector engine
>> such ashttp://sizzlejs.com/. It should work just fine after that.
>> Also, there's a possibility that some characters may not be shown
>> properly because you're using ISO-8859-1 instead of UTF-8. But if it
>> works for you I guess it's OK. Just keep this in mind if you ever
>> spot
>> a funny character on your site.
>> Simo
>> On Aug 21, 2009, at 9:39 AM, Rodrigo wrote:
>>> Hi!
>>> Anybody have idea why Cufón is not working in IE6 and IE7 (working
>>> well in Mozilla Firefox 3.5.2 and IE8 8.0.7100.0) ?
I've also troubles to display the Cufon font in IE6.
It didn't work for me in IE7 either, but after adding the Jquery
reference, that problem was solved!
Now only IE6 gives me troubles. I don't know why, but I tried several
options.
- Jquery
- Removed scripts in webpage (not a good option)
- UTF-8 as encoding
On Fri, Aug 21, 2009 at 12:46 PM, Daniel Plomp<dan...@damar.nl> wrote:
> Hi,
> I've also troubles to display the Cufon font in IE6.
> It didn't work for me in IE7 either, but after adding the Jquery
> reference, that problem was solved!
> Now only IE6 gives me troubles. I don't know why, but I tried several
> options.
> - Jquery
> - Removed scripts in webpage (not a good option)
> - UTF-8 as encoding
> > Thanks for your superfast answer :-)
> > I uncommented the jQuery line but this still dont working.
> > Do you have any idea what it is?
> > Thanks again,
> > Rodrigo
> > On 21 ago, 03:54, Simo Kinnunen <sor...@gmail.com> wrote:
> >> Hi,
> >> Is there any particular reason why you've commented jQuery out? Cufón
> >> needs jQuery's selector engine for older browsers. Or if you're
> >> worried about file size, you can use a stand-alone selector engine
> >> such ashttp://sizzlejs.com/. It should work just fine after that.
> >> Also, there's a possibility that some characters may not be shown
> >> properly because you're using ISO-8859-1 instead of UTF-8. But if it
> >> works for you I guess it's OK. Just keep this in mind if you ever
> >> spot
> >> a funny character on your site.
> >> Simo
> >> On Aug 21, 2009, at 9:39 AM, Rodrigo wrote:
> >>> Hi!
> >>> Anybody have idea why Cufón is not working in IE6 and IE7 (working
> >>> well in Mozilla Firefox 3.5.2 and IE8 8.0.7100.0) ?
Nope. Cufón uses VML for Internet Explorer, and it's installed with IE
by default. If your IE does not support VML, it means that either a)
your install is broken or b) it has been purposely disabled. Some
custom, light-weight Windows installations do not come with VML
support. Or your IT department might have disabled it for some reason.
In cases like this Cufón does nothing at all.