Hi all,
I'm using cufon text replacing from Jquery http://wiki.github.com/sorccu/cufon/styling
but I have a problem:
I have something like this
<ul>
<li>item1</li>
<li>
item2
<ul><li>itemSec1</li></ul>
</li>
I applied cufon for "ul li " but i don't want to use cufon for "ul li ul li",
Cufon.replace('ul li');
Can I stop cufon for that one ?
Thanks!