Hi,
I have a design where sIFR is needed for a vertical menu. With sIFR I replace li-items (with nested lists). In my CSS I have turned off the bullets but for some of the list-items I have made custom bullets with the well-known background-image and padding-left method. It all works well on FireFox (both PC and Mac) and Safari, but IE ...
I can only get my flash text to show up when I have font-weight: bold; set up in the css part of sifr-config.js
I am using omnes and have bold, normal, italic and bold italic in the swf. I even created another file using omnes semibold, medium, medium italic, semibold italic and got the same results. It's really doing my head in. Any he...
I can get sIFR to work but it will only display the bold version of the font I have exported. I checked the report and it seems to be stripping out any font weight that is not bolded in flash. I exported two different files to test, the first with regular and bold and the second with medium and semibold in both cases only the bolded weig...
Hi,
I use sifr for h2 heading. When I double click on the h2 heading the text disappear.other then that it worked well.
Regards
...
What would cause the bottom of characters like p, f, y to be invisible when using sIFR?
...
Hi,
i want to use the siFR on my website but i have one question. I have implemented sIFR and it seems to work, but when it load and renders the new headline it "pushs" my content to the bottom. i think 10px or so.
Why does this happen?
Can someone help please?
Heres my sifr-config.js
var futura = { src: 'http://www.bogazci.com/wp-c...
hello!
i am experiencing a very strange problem with sIFR. though i have it working across a huge number of different fonts, i can not figure out why it will not render a capital "L" in the TrueType font Crayon. see this for a live example of the problem: http://beta.justinchappell.com/sifr/
please note that this font is complete and t...
Hi all,
A quick question,
I am having trouble applying sifr to some h1 tags. I have never ran into this problem before but now I just can't figure out what is wrong.
I am applying sifr to some h1 tags but the sifr-active class gets applied to the html tag rather then the tag that sifr is replacing.
Any ideas why this might be happening?
...
Ok, so I am using h1 selector. On one web page I need the color to be orange on another web page I need green. Each item is using the h1 selector. First, I am confused as to which file - sifr-config.js or sifr.css to update. I think it's the config file but I am not sure. Anyway, in my config file I have the following:
sIFR.replace(vi...
I've got sIFR3 running on my site but for some reason, links are not clickable. I've never experienced this issue before.. I'm only replacing h2 with it which is a linked title on my site. How do i enable sIFR to treat it as such?
Site is: http://criticaldesigner.com
...
The SIFR i am using works on local server but doesnt works on a secure server and also The cursor of a roll over menu changes to text cursor when the menu comes over the sifr object.
Thanks,
Parvez
...
i am pulling my hair out here trying to get the GradientBevelFilter to work!
...
I have an unordered list with links. The links have display:block; in the css so the hover will also have effect in the padding surrounding the links. I replace the list-items with sIFR 3. In the sifr-config.js I specify a hover color for the text but this only works on the text itself, not on the padding surrounding the text. Is there a...
I have set up sIFR on a site and it is working correctly. However I need to be able to apply multiple styles based on class.
The functioning code is:
sIFR.replace(myriadpro, {
selector: 'h2',
css: '.sIFR-root { font-size: 20px; color: #008cba; text-transform: capitalize; }',
wmode: 'transparent'
});
However, I need to be ab...
Hello guys,
I'm trying to make a sIFR text appears when hovering on a div, with some delay.
The markup is like this, several times :
<div class="box">
<div class="text">
<h6>sIFR Text</h6>
</div>
</div>
This code is doing the trick (from hide to sIFR on hover), but without delay :
$(document).ready(function() {
...
I have an H1 selector that I'm replacing with sIFR. Within some of the H1 selectors are < strong>< /strong> selectors; e.g.:
<h1>Hello world, <strong>this is some bold text</strong> and this is normal text</h1>
Everything outside of the < strong>< /strong> tags is replaced fine -- and the text within the tags does not display. I'd li...
When using Adobe Acrobat Standard 9.1.2 and its built in Web site grabber, I end up with the following error in the PDF, “Rendered with sIFR 3, revision 436."
Is there a way to force Acrobat to render the plain text instead of the flash test? Or a way to make sIFR compatible with the Acrobat site grabber?
Note the site displays fine i...
I’m having an issue with sifr placed next to a floated img, Opera 9.6 is forcing the text to clear the image and display on one line. Firefox is also forcing the text to clear the first time the page is loaded, although a refresh fix’s this and the problem will never occur again, only to return if cache is cleared and the browser restart...
I've tried setting the z-indexes accordingly.. the sifR'd title is in wmode = transparent... I'm at a loss. Any ideas? It doesn't work in both IE 6 and 7.
...
Hello there,
I've been trying to get Sifr3 to work for hours now, it works fine in Safari and Firefox, but doesn't in IE6 & IE7.
I've checked the Flash version + found somewhere the problem could lay in media="" definition which i added.
Here are the codes I use:
sIFR.prefetch({
src: 'myriad.swf' }...