sifr

sIFR 3 (r436) is loading terribly slow in Firefox (3.5.6) on Mac OSX

For some reason sIFR is taking FOREVER to load here (almost to the point of crashing the browser): http://www.pginvestor.com/phoenix.zhtml?c=104574&p=irol-news&nyo=1 This is only occurring in Firefox (3.5.6 on OSX) and seems to be an issue when there is loads of content (multiple links with hover, etc.). Similar pages do not hav...

siFR 3, no fonctionnal issues for some Javascript params

Hello, I'm trying to use siFR 3. I need set to the flash element to use max width for a text replaced. The width of flash text can use 200px MAX. The problem of the following code is that Here's is my test code : sIFR.replace(myFont, { selector: '.myDiv' , css: { '.sIFR-root': { 'color': '#077cd7' } } , forceSingleLin...

SIFR 3.0 - Font Size

I have been working with SIFR 3.0 for some time now and the font-size never seems to work correctly. I understand the most basic concepts behind SIFR. SIFR runs when you load the page. It does some calculations one the size of the HTML rendered font and then replaces it with a flash movie that is roughly equal to that size. Because of...

Any plans to update this to AS3?

In my experience, the text rendering is better in flash 9/10 AS3. Are there any plans to get sIFR working with AS3? ...

sifr3 rollover questions

Hi i've been playing around with sifr3 and seems to do an ok job lil bit slow to load but acceptable :). However my problem stands with roll overs/hovers. I'd like to be able to put an active state for the current page. This i can do by just putting a style to the child for some reason ;) it turns to the default "a" color. But when i h...

Problem Using Sifr - Invisible Text

Hello, I'm trying to use sIFR for the first time and I have bit of a problem. Without the sIFR CSS included (I'm trying to get everything right first) the selected element just gets pushed down to make way for the sIFR text, but it's not visible. Any idea what could be going wrong? Cheers, Jon ...

SIFR 3 NOT RENDERING IE7

I am building a site right now using the new siFR3 it works perfectly on FF & Chrome but not on IE7 to view click here ...

sifr throwing 'G.brokenFlashIE' is null or not an object error

We are getting this error occurring randomly throughout the site, but only on one computer that we've noticed so far. We have not gone live with our site (it's in the QA phase) and only one person testing this site seems to be having this issue come up. Here is the error message: User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows N...

Sifr working with Google Translator

I am wanting to use sIFR with Google Translator. I noticed in the notes here: http://novemberborn.net/tagged/sifr It states that you can have domain validation so that sIFR doesn't work when Google Translator is used. Please could you explain how I would do this? Or could someone please explain how I get sIFR to work with Google Tra...

jQuery selectors and sIFR

I'm trying to use jQuery 1.3.1's :not selector with sIFR Ver. 3 Rev. 436. I've enabled the use of jQuery selector's as per the instructions at the sIFR Wiki, and basic selector's work which leads me to believe that sIFR is using the jQuery selectors. More advanced jQuery selector's are not, though. To enable jQuery selector's I remove...

Running siFR again after AJAX request

I'm using sIFR after the page has loaded to replace my headers. Now when I load some additional content into a div container using an XMLHTTP request, how can I run sIFR again to replace the headers of the added content? ...

Does sifr 3 works in all desktop's A-Grade browsers?

Does sifr 3 works in all A-Grade browser if css, javascript is enabled and flash player is installed. and which Flash player version is needed to see sifr 3 text in all browsers. ...

Firefox 3.0x reload - movies get smaller

sif3 version: 436 Win32 Firefox version: 3.0.10 and 3.0.17 Flash version: 9.0.45.0 and 10.0.32.18 Under Firefox 3.0x on Windows, I'm seeing a repeatable situation where Firefox loads the page perfectly once, but then any successive reload causes the flash movies to shrink down to height 6px when it should be much larger. To be spec...

Inconsistent behavior when tabbing through pages containing sifr

I've noticed inconsistent behavior when I try to tab through links on web pages that have implemented sifr 2.0.7. In IE7, I cannot successfully tab through an entire page. Tabbing seems to stop on the first link that follows an sifr element. I've removed all CSS (except that which is required for sifr) and still experience the same issue...

What are cons to use sIFR, in terms of , development time, accessibility, speed and mobile devices?

What are cons to use sIFR, in terms of , development time, accessibility, speed and mobile devices? Some cons Which i know. Rendering speed of pages will be slow because of it use JavaScript and FLASH both sIFR text will not be shown in Iphone safari and blackberry. and if it will be shown in other mobile browsers then browsing will b...

sIFR and JS dynamic content

Hi I made a function to use sIFR function sifrz() { var geosans = { src: 'sifr3-r436/flash/geosans.swf' }; sIFR.activate(geosans); sIFR.replace(geosans, { selector: '#title,#descr', css: '.sIFR-root { background-color: #7d7e7e; color: #000000; }, a { color: #000000; }, a:hover { color: #000000; }' }); } then I've...

Figuring out the CSS selector to use for sIFR menu (newbie, sorry)

I'm pretty new to sIFR and though I've used it successfully for simple applications like headings, I'm trying to use two different fonts simultaneously - one for a heading and one for a menu. The heading works fine, but I'm stuck with the menu. I'm using the Tofurious Wordpress theme. This is the section of the theme's stylesheet that go...

can't get sIFR to work

I have tried using sIFR on a test page http://www.irwinassociates.eu/test.php without success. I have checked and re-checked but can't find what's wrong. I figure it's something simple. Can anyone help please? Thanks guys ...

sIFR links lose focus in Firefox 3.6 after scrolling

I've noticed this issue in previous versions of Firefox whereby after scrolling sIFR links become inactive and need to be clicked in order to become links again. The fix for this was fairly straightforward and just required you to add 'fixFocus: true' in the sIFR config. Unfortunately when I upgraded to Firefox 3.6 this fix no longer wo...

sIFR and jQuery: dynamically replacing text

Hi, I ve a problem. I would like to update a counter (seen by the user as its displayed in a certain div) when a button is pressed. So this happens when the button is pressed: $("#photo-counter span").empty().append((start_index+1)+"-"+(end_index+1)+" / "+files.length); sIFR.replace(netto, { selector: "#photo-counter span"}); As on...