sifr

How do I hide font sample characters entered in the flash sifr.fla?

Hi all, How do I hide font sample characters I entered in the flash sifr.fla to make my font.swf file? I entered "I" and now "I" shows up behind the text I'm replacing in the background. Is this a matter of simple making the sample character the same color as the background I'll be using or is there another way to do this so that I don't...

Do we need to check our sites on Firefox 3.5 and 3.6 both for compatibility?

Do we need to check our sites on Firefox 3.5 and 3.6 both for XHTML CSS layout and sIFR and j query/javascript code compatibility? If my xhtml and css is valid. If i upgrade my 3.5 to 3.6 then will i have to check site with 3.5 also. or both will render in same way. if 3.6 render differently then i would not upgrade because 3.6 has...

Jquery and sIFR link management

Ok, I'm using Jquery to build a dynamic menu, and sIFR to change the text to TrajanPro font. This does not mix. I want to find a way to make it mix, though. sIFR has automatic parsing of links, so that Flash sends you to the link location. What it doesn't do is pass on javascript triggers. I'm trying to make my menu as accessible as po...

jQuery sifr plugin (thewikies.com) and IE

Hi, Is someone able to use jQuery sifr plugin, from thewikies.com, with Internet Explorer ? I reduce code to minimum : <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/DTD/strict.dtd"&gt; <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=8"> <meta http-equiv="Content-Type" content="text/html; ch...

Danish characters overlapping in sIFR

Hi, I have a problem with overlapping characters. Using sifr r436. The font is Dax, and the result is shown below. Any help would be appreciated. Thanks. ...

SIFR page load time in anything but Firefox

I'm using SIFR version 436 and have found that when moving around my site it is taking an age for the page to load in any browser but Firefox 3.5.7. I've tested it locally using xampp as well as on a live url and have found that page load times even on localhost can take up to 4 seconds. When a link is clicked, the browser moves to the u...

Does SIFR work well cross-browser?

I have seen a few sites now that use SIFR, and I can see the benefits. I have (quickly) looked into other plugins similar, but SIFR seems to be quite good. So it good in terms of cross-browser compatibility? ...

Can we combine css and javascript into one javascript file ?

Can we combine css and javascript into one ? I want to do this for sIFR. because sifr has .js and .css file and without js enabled no use of any file css or js. i want to combine all sIFR related file into one combined javascript file. so at end i will have only 2 file font.swf sifr3.js (which has all thing) Here is latest sIFR 3...

sIFR 3 Leading and Kerning

I am trying to get leading and kerning to work on some sIFR 3 type on a site I'm working on (as described in the wiki: http://wiki.novemberborn.net/sifr3/Styling), but these two parameters seem to have no effect no matter what I do. I am not using intergers (no 'px' or 'em') just as it requires. I've also tried several different font...

Strikethrough or line-through text using sIFR

I am using sIFR3-r436. I want to strikethrough or line-through some text. I have tried both <s>HTML</s> and CSS: text-decoration:line-through but it won't work. Here's my code. css: ['.sIFR-root { font-size:28px; line-height:36px; font-weight:bold; color:#130f0e; text-align:center; leading: 0; margin:0px; padding:0; }','strong {text-de...

sIFR: Different Font-Sizes rendered

Hello, why does my .swf-file render different font-sizes depending on the displayed content? I defined only one "sIFR-class". Why are there rendered different font-sizes? See my two example links below. Big font-size Small font-size ...

sIFR 3 r 436 not displaying in IE7

I am new to sIFR and I am unable to get the fonts to display properly in IE7. I get an "Expected Identifier, String or Number" error, which I don't know how to troubleshoot. Here is my dev link: http://paradigm-aero.bigrigmedia.com/test.html Any insight would be greatly appreciated!!! ...

sifr 3.0 - font styles not showing?

I have created a .swf as instructed, using three font variants - bold, normal and italic however only the first font variant included in the file actually works - the normal and italic variants just don't display. What is going on here? Anyone else seen this issue? Looking at the rendered .swf file I can only see one font style included...

sIFR: dynamically inserting umlaut causes trouble

Hi, let me state cleary at the beginning that I know about the embedding issue in flash. So, to the point. If sIFR replaces an umlaut (ä,ö,ü) which is hard coded in the HTML file everythings works fine. But when I want to insert it dynamically it is not displayed. I played around with charset options to specifiy the javascript file i'm...

sIFR replaces Text in one single line in Opera

Hi, I tested my site in different browsers now (IE, FF, Safari, Chrome) and so far sIFR works fine. But when it comes to Opera the text, which goes over more than one line, is rendered in one single line without breaks. Can this be solve, so that it's rendered correctly? ...

sIFR: page refresh causes background images problems in IE8

I'm using sIFR 3 r436. When a page is reloaded, and often also on load, in IE8 the background image does'nt appear completely. When clicking on an intern link the background is displayed correctly. Google Chrome has also minor problems in displaying. This is the test document: http://testserver.simplexontwerp.nl/sifr/ I have been test...

sIFR3 not displaying Euro symbol €

Hi, I need to display the '€' symbol on my web page using sIFR 3 but it just ignores the html and displays nothing. I have embedded '£' and '€' of which only '£' shows. Any help greatly appreciated! Many thanks, C ...

Can't make wmode: 'transparent' work on sIFR 3

I've been trying to use sIFR to change some text in my webpage. It works fine until I try to get it to use a transparent canvas. The code I'm using is as follow. I have no idea to fix it. I've seen a lot of people make this questions about wmode: 'transparent' and it all seems to work but mine. Can someone give me a hand??? Without the ...

Sifr 3 clears form fields on page refresh

I am using the latest sifr 3 and am encountering an unusual problem. typically when entering text into a form field if you refresh the page the browser retains this information. The situation i am experiencing is that if there is a sifr element before the input field then it will not keep this information and the field will be blank on...

SIFR: Surface tooltips off words inside SIFR'd text

If I SIFR-ize the following text: "We make <span>blankets </span> and pillows for giraffes." I know that I can make the SPAN part a different color, and I can even assign it a :hover color change in CSS. But can I target that SPAN for a Javascript tooltip as I would if the text wasn't SIFR'd? ...