Hello,

I have several class names that start with digits (e.g. .100, .200, .300
etc). Firefox is not recognising them.  Is there a solution/hack to get
round it?
On w3.org, it says this:-
 In CSS1, a class name could start with a digit (".55ft"), unless it was a
dimension (".55in").   In CSS2, such classes are parsed as unknown
dimensions (to allow for future additions of new units).   To make ".55ft"
a valid class, CSS2 requires the first digit to be escaped (".\35 5ft") .
http://www.w3.org/TR/CSS21/grammar.html

I have tried to esacape the class name in the css file like so:-
 .\100 { ... }
but it soes not seem to work.



Any suggestion please?



David
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to