sifr

Problem: using sIFR with Lightview

Hello, i have problem with sIFRs opaticy. after i've installed Lightview i have somethink like that: ! http://img267.imageshack.us/img267/3525/31troen.jpg (i cant post images becouse of spam prevention mechanism ;) ) I've tried to add wmode: 'transparent', but it still does not work. Replacement call: sIFR.replaceElement("h2", named({...

sIFR not working. I'm using test files on zip

Hi, Im trying to use sIFR but I don't know what I'm doing wrong. I have a h1 and a h3 and I can't see it. here is my website: http://www.franciscosamper.com/andcompany I'm using tradegothic.swf with color #CCCCCC and I can't view it. If you check code I have all includes done. Thanks ...

sIFR 3 issue (IE) with BlockUI and UpdatePanel

I am experience an issue using sIFR 3, jQuery BlockUI and an UpdatePanel where the page refreshes and the SIFR font disappears. In the Javascript file I use to handle the blocking and unblocking of the UI, I detect the partial postback and unblock the UI: prm.add_endRequest(function() { $.unblockUI(); }); If I re-run sIFR.replace() in...

How to disable sIFR for headings in a specific div

Hi, Is it possible to have sIFR 2 replace headings in a content like #content, but not in #sidebar? Thanks, osu ...

Max font size for sIFR

I am trying to implement a large font for sIFR, but it seems to have a ceiling where you cant go any higher. I have adjusted the the variable MAX_FONT_SIZE within the sIFR.as to no avail. Is this possible or is it a limitation with flash? ...

sIFR3 and line-height/leading

I've successfully implemented sIFR3 using the nightlies from the end of Oct. All is well and much easier to work with than sIFR2 except where it comes to line-height. I was able to deal with my headings fine. But I have a pullquote that needs more line-height/leading and though I've read through support and see that it needs to be appl...

Unnamed, non-existing .swf

I'm using jQuery sIFR plugin for text replacement, although it works perfectly but there's a link to an unnamed and non-existing ".swf" file. Is it issue related to the sIFR plugin I'm using? How do I fix it? Many thanks ...

sIFR hover issue

I am using an unordered list for navigation and I want to use sIFR in it (I know it is not recommended, but there is no alternative right now). The list items contain a div which is replaced by sIFR. The HTML: <ul class="topnav"> <li class="category"> <div> <a href="#" title="Home">Home</a> </div> ...

Text Gradient whith sIFR 3

Hi, I want to use sIFR 3 to add a simple linear gradient filter to a text, I can't find this in the ducumentation hope you guys can give me some help. I found an article that show's how to do this but requiers the modification of the flash file and that's not what I want to do. I looked in the sIFR documentaion and I didn't found a Gr...

Sifr text not appearing

This is the website I'm working on: http://ruderic.com.ar/demos/simplestyle/index.html The problem is that the text that's supposed to be converted does not appear at all in Firefox. In IE8, it's not converted. I think I followed the How-To correctly. ...

sIFR - override link click with onRelease?

I've got sIFR setup to replace a navigation menu (looks pretty slick). It's individually replacing the LIs and their internal links. I have an onRelease tag that throws properly, extracts the actual href link address, all good so far. I want to tie this into an AJAX page loader, with backwards-compatability (+SEO) for the individual p...

Overwriting old sifr.js file results in uppercase text

Hello, I'm using sIFR 2.0.6 with the sifr.js file from 2.0.7 to resolve this issue: http://novemberborn.net/sifr/2.0.7. In all browsers, before overwriting the sifr.js file, the sIFR displayed with initial caps. With the new sifr.js file in place, the text is all uppercased. This is the only code I am customizing: if(typeof sI...

sIFR3 Crashes Web Site

Hi, I have a very simple implementation of sIFR3 on my site, but it tends to crash the site. I'm not sure if it's the build of sIFR3 I'm using, something I'm doing or even the SWF of the font. Any help solving the issue or suggestions about how to do so would be great. http://www.liquidcomma.com/ Thanks. ...

sifr: Opera-Bug: Flash Object too wide

Hey there, I have used sifr to replace the fonts for headlines. It works fine in Firefox and IE. http://design.speak-friend.com/ In Opera however, the headlines of the articles (object-tag within a-tag with-in h1-tag) get as wide as the used text is. If I limit the size of the object-tag via css, it just get's cut off (meaning some te...

sIFR3 h1 height

Hi there, I use sifr3 for my text. Now my problem is that i can't get the line height right for my tag. Can somebody please help me? line-height, height, leading etc wont work. Here you can find the output: http://www.bbp.nl/luuk-test/emmc/ ccs code: .sIFR-active h1 { visibility: hidden; font-family: Verdana; font-size: 14pt;...

sifr 3 only visible on my computer

I am using sifr3 in my website. I have uploaded the website on a real server and I realized that the sifr3 fonts are only visible when I'm browsing the page from my computer. I have uploaded all the essential files and I don't understand what might be broken. Can you help me please? This is the link to the test website: http://www.artab...

sIFR 3 no text wrap around floating images

Is sIFR supposed to wrap around floating images? I have some headings next to a large image float:left and the image bumps the headline down below it. Headings that aren't beside floating images do wrap properly so the functionality is there, so my question is whether or not sIFR 3 text wraps beside floating images. Jeremy ...

sifr fade problems on IE

hello, i use a sIFR title in a list on my website. i fade list-items out and in. works fine. but in IE when i fades, the sIFR title suddenly has a black background. but just during the fade-animation. saw that also on other websites... any ideas or former posts? thanks! ...

SIFR3 vs JQuery SIFR

Jquery SIFR reads the style of a selector directly from the css. So there is no need to configure this manually in the javascript as follow. sIFR.replace(futura, { selector: 'h1', css: '.sIFR-root { background-color: #F9F9F9; color: #FF0000; }' // <--- }); I looked trew the SIFR 3 docs but i cant seem to find a command that achiev...

First line text-indent in sIFR

Hi, I have a text block made whith sIFR and I want to indent the first line. Look at this image to see what I want: http://alltutorials.hi2.ro/testimonial.jpg I want the word WOW to be after the big quotes. I searched the sIFR documention I used text-indent but it seems it doesn't work. Thank's for the help, Andrei Paste the l...