-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to use Cufon on my wordpress, to stop the delayed appearance, I am trying to use the Cufon.now() hack withing my page but its not working, i am using FireFox 3.5.7 for testing purpose, Can someone point me out where I am going wroong.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'm doing a content loader and the content that gets loaded needs some Cufon action.
And that doesn't work right now since I only apply Cufon when the initial page loads. And not the newly loaded content.
Now, shouldn't this be working?
function loadContent() {
$('#content').load(toLoad…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm replacing some text with cufon on my page and I'm using jquery stylish select box plugin (http://www.scottdarby.com/plugins/stylish-select/0.4/) to style select boxes.
The problem is that, in IE6 and IE7, select box goes under the cufonized text. (the select box is actually an <ul>)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've developed a website in html/css and it works perfectly fine.
Now I'm working with the coder, integrating this to a .NET framework, changing the website to .apsx instead of html, but during the build of the website, the only error that is marked is the load of Cufon , it simply can't load and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Could someone help me rewrite this syntax below to get it right.
I want the font to be replaced by my font whilst accepting the :hover so my button will change when i hover over it.
Cufon.replace('button', {
fontFamily: 'Disgrunged A',
hover: true
});
>>> More