Mordechai Peller wrote:
Designer wrote:
q:before {
content:'';
}

q:after{
content:'';
}

So why don't I see two sets of quotes in Firefox?
If you examen the two rules very carefully you'll notice that each one has two single quotes and not one double quote; the result is an empty string. If those were double quotes, the :before content would be (between the two lines of dashes):
---------------------------------------------------------
;
}

q:after{
content:
---------------------------------------------------------
Not exactly the desired effect.

For more information, see: http://www.w3.org/TR/REC-CSS2/generate.html#quotes


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************




Well thanks, Mordechai - couldn't see that subtlety! (Thought I was going mad . . .)
:-)


--
Bob

www.gwelanmor-internet.co.uk



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to