I'm using sIFR 3 (beta revision 436).
I have a menu 40px high. I have 9 links, 6 of which are one line and 3 are 2 lines. To arrange the single line links within the centre I have offsetTop by 11, example code of the sifr-config here:
sIFR.replace(herculanum, {
selector: '#menu ul li',
css: [
'.sIFR-root { background-color: #000000; t...
I'm trying to render a font using sifr to about 160px in size, but it seems to stop expanding anything larger than half of what i require. i've tried setting the font-size in the sifr-config and css. but to no avail it still won't get any larger.
Any ideas?
My example page is here:
http://oonagi.org/sifr/
...
sIFR 2 or sIFR 3 Beta which one is better to use and why ? What are the basic differences ? Which one will give better error free rendering solution?
And is it better to make font with FLASH IDE or no problem with online converter?
sIFR2 - http://wiki.novemberborn.net/sifr/
sIFR3 Beta - http://wiki.novemberborn.net/sifr3/
sIFR Lite - ...
Why is it that the line height of the last line of text (in any quote with 3 or more lines) is greater than the line height of the above lines?
The issue is replicable at www.UXQuotes.com
...
Hi There,
I am currently developing a PHP website that has a lot of Flash components. On each page there are one or more custom Flash components embedded with swfObject, as well as sIFR navigation.
Every so often, ALL of the Flash objects on the page become unresponsive to the mouse (no hand pointer). So far I have found it happening ...
So, I'm using sIFR (version 3, revision 436) to replace elements in my navigation, and everything is beautiful. But when I turn on sIFR.useStyleCheck to detect the CSS load, everything goes wonky in Safari 4. By wonky, I mean that it seems like the inserted dummy div lingers with its 42px left margin, and it throws off the sIFR'd text ...
Hi,
When reloading the page, sometimes <li>Dagbladet</li> is rendered with a linebreak before "t", so it looks like:
Dagblade
t
<li>DN</li> is always rendered as:
D
N
I´d like to list each list element to the right for the previous one.
It´s positioned as it should when I don´t activate sIFR3.
All tips on how to use sIFR3 with ...
What is better in sIFR 3 beta than sIFR 2 ? What is benefit of using sIFR 3 over 2 ? I need details on differences .
Which is easy to implement and to maintain?
in my new projcet i want to use sIFR so which vesion should be choose and why ? I want to make my site compatible with al a Grade browsers?
...
It seems my sIFR 3 text does not show HTML text if the Flash text is not displayed. Here's one of the pages in question:
http://www.jeremyschultz.com/client/orchardplace/website/beta/volunteer/
One person has reported not seeing anything when viewing this page, and I can recreate it by removing the Flash text with Firebug.
Testing wit...
I have a SIFR script which coverts primary navigation items thusly:
[code]
/*********************
* sIFR configuration
**********************/
var itc = {
src: '/assets/js/sifr3/demo/font2.swf'
,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.1...
How to disable Firefox's addons Adblock Plus's Tab on sifr3-r436 text in Firefox
update:
...
Is there any tips tricks , techniques, configurations to improve rendering time of sifr3-r436 text?
What is best practices to use sifr3-r436 to get good performance and cross browser rendering?
...
Good evening ladies and gentlemen!
Searching for a cross-browser solution to embed commercial fonts
like HelveticaNeue or Univers etc. I found some promising approaches.
First of all I will enlist all found, modern and easy to use approaches here:
sIFR
Cufón
typeface.js
CSS3 font-face
sIFR is well known and kinda easy to implement,...
I have 3 main problems with my sifr implementation . Has taken me 2 days of trying to fix without any tangible results.
cant get navigation lists to work in firefox. I have followed all suggested fixes for this, including setting the replace on a higher level element - still doesnt work! here is my current code:
sIFR.replace(louisian...
I can't get links to work on this page with sIFR: http://323creative.com/files/sample-sifr/
The browsers sees them but they can't be clicked.
More specifically:
Mac: Firefox 3/3.5 doesn't (Flash 10) / Safari 4 does (Flash 10)
PC: Firefox 2/3 does, Safari 3 does / IE6/7/8 doesn't (Flash 9 or
10)
I've looked into all kinds of things ...
I used the latest sIFR version, and for some reason it shows the title double. I've experienced this problem on 2 pages now.
I uploaded an example here:
http://www.romenov.com/fairflex/form.html
and for some reason, the problem does not occur on page.html
Any clues?
...
I'm at a total loss.
I had everything working well and now, no mater what I do, I cant get the sIFR 3 font to actually render. It is in the markup and will receive parameters like wmode, but no color etc. Here's my js:
sifr-config.js:
var ziggurat = { src: 'http://xxx.xxxxxxx.com/site_media/dynamic_media/fla/ziggurat.swf' };
sIFR.ac...
I've uploaded my .swf with bold, normal and italic glyphs of the font embedded. I then go to my sifr-config.js file to style the text using CSS. All properties except the font-style:italic; and font-weight:bold; are effective.
In fact, when I try to use these properties the flash text doesn't show up at all.
But if I go back into my f...
Im getting a rendering of Helvetica UL thats rendering fuzzy below a certain point size, about 16 I think. Above that point size it renders perfectly.
I checked this in the search and can't seem to find anything relating to it.
Does anyone know if there is a granular control for the font/flash quality?
many thanks
...
Hi,
I am having too issues with my site. The column page links are supposed to be highlighted via JQuery when their clicked on to add a CSS class with a white background. Currently it only works on the News section, but nowhere else.
I have sifr3 installed and I know it can allow for multiple fonts to be used on one line. No matter wha...