Wiki.Novemberborn, sIFR Documentation & FAQ

Tips and tricks

Examples of sIFR used in special situations or special effects applied to the flash.

Multi-color sIFR

If you wish to make your sIFR text multiple colours visit: Maratz.com for a special branch of version 2.0.

Great Work Vanja and Marko

sIFR and anchors

When you want to use sIFR on links and don't want to compromise on accessibility and usability, check out this link:

crossroads

Here you will see and read how to apply sIFR on links, that still do have:

sIFR and Pixelfonts

in dontcustomizeme.as around line 116 you'll find :

textsize = textsize -1

if you add the following two lines straight after it, your font size will be a nice multiple of 8...

textsize = (Math.floor(textsize/8)*8); textsize = Math.max(8,textsize);


Updated on May 10, 2008 12:00 by Anonymous Coward (62.21.29.83)

| See revision | Back in time (6 older revisions)


Navigation

sIFR Documentation & FAQ

sIFR lets you use your favorite font on your websites by cleverly working with Flash, JavaScript and CSS. Here you'll find it's documentation and the FAQ. Leave a link to your implementation in the Examples!

Please donate

If you like sIFR, please consider making a donation so Mark can spend more time on it. Thank you.

Inside this wiki

Other destinations

Licensing

This wiki is licensed under the GNU Free Documentation License.

Miscellaneous

TextDrive

RubyOnRails