html - Why sifr text's swf takes more width than actual text? -
I think the presentation will be faster if we can match the SDF size with the original text width.
The font-replacement flash generated by sIFR takes the same place as the replaced HTML element So if the text you are changing for example is inside a h1
tag, sIFR will take the entire space of that h1
element and no The location of the text inside it
I think the element of the element that is taking place is 100% width. You can set a border on it ( style = "border: solid 1px black;"
) so you can see the extent of the element.
Comments
Post a Comment