Hello Stephen,

Thursday, February 5, 2004, 7:32:47 PM, you wrote:


 
> : I am using generated content which sometimes includes unicode
> : characters (like 熊). It works fine in Opera, but Firebird
> : doesn't like unicode characters in generated content. Is there a
> : way to address FB alone in CSS, so that I can tell FB to not put
> : any generated content instead of just writing out the code of the
> : unicode character?     


> Jurgen,

>   In the instance of the character you specified above at least, FB
> is nice and since it doesn't understand it, it simply doesn't 
> display it (for me anyway, Win2k, FB 0.7).  Here's the rule I used
> with editCSS to test it:

> p:before{content:熊}

> if you do this:

> p:before{content:"熊"}

> it prints the string literal before every paragraph.  IE ignores 
> either.  I'm confused as to the results you describe.  Can you give
> a link?

ummm, I am supposed to put the stuff to be generated into quotes, right?
Because your second example looks like what I did... In Opera it works, and the CSS 
validator doesn't whine about this specific item either.

div.Mainpage-Intro::before{
        font-family:"ms trebuchet", sans-serif;
        content: "熊";
        color: #AAAA82;
        font-size:120px;
        position: absolute;
        top: -100px;
        display: block;
}



-- 
regards,
 Jurgen

"There are none so blind as those who will not see"

Using The Bat! v2.03 Beta/53, Opera v7.23.3227 on Win.XP.5.1.2600.SP1


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to