prometh
Member
Posted 3 weeks ago #
jQuery is a bloated script that many people—myself included—choose to avoid.
Why not just attach a style or class?
The CSS would look something like this:
.someClass
{
background-image: url(bleh.png) !important;
height: 100px !important;
overflow: hidden !important;
width: 100px !important;
}
http://wordpress.org/extend/plugins/wp-ttfgen/
dimaggio
Member
Posted 2 weeks ago #
That's not very SEO-friendly if you eg want Google to be able to index your headlines. jQuery generates the images after the page's loaded, so your solution should be avoided.
Since when is adding a class is not SEO friendly?