Re: [css-d] Firefox & Numerical Class Names

2012-10-01 Thread David Halliday
Thank you Barney, Tim and Bill for your answers. Regards, David - 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

[css-d] Firefox & Numerical Class Names

2012-10-01 Thread David Halliday
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, suc

[css-d] Fake message sent in my name

2011-11-27 Thread David Halliday
Hello A spam message with ablank subject line was sent in my name and appered to originate from my email address. I just want to say that it wasn't me who sent it.   David __ css-discuss [css-d@lists.css-discuss.org] http://www.cs

[css-d] (no subject)

2011-11-27 Thread David Halliday
...I hope you will have no problems anymore due to this site! http://safogo.com/p.g.php?ytepage=75g8 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discu

Re: [css-d] FireFox + invisible bookmarks

2011-09-29 Thread David Halliday
offer to help.   Best regards, David From: Barney Carroll To: David Halliday Cc: CSS Discussion Group Sent: Wednesday, 28 September 2011, 18:04 Subject: Re: [css-d] FireFox + invisible bookmarks What are your constraints? We may yet be of help… Regards

Re: [css-d] FireFox + invisible bookmarks

2011-09-28 Thread David Halliday
94 506 381 On 28 September 2011 11:06, David Halliday wrote: > Hello > > In FireFox, Is there a way to get  bookmarks placed in invisible table rows > to work? > > The CSS: > #invsbl{ > display:none; > line-height:0px; > height: 0px; > overflow: hidden; > bord

[css-d] FireFox + invisible bookmarks

2011-09-28 Thread David Halliday
Hello   In FireFox, Is there a way to get  bookmarks placed in invisible table rows to work?   The CSS: #invsbl{ display:none; line-height:0px; height: 0px; overflow: hidden; border:0; margin:0; }   And the table row is:     The above works fine in IE.  In FireFox, when links are clicked, no

[css-d] bookmarks in invisible table rows not working

2011-09-27 Thread David Halliday
Hello   In FireFox, Is there a way to get  bookmarks placed in invisible table rows to work?   The CSS: #invsbl{ display:none; line-height:0px; height: 0px; overflow: hidden; border:0; margin:0; }   And the table row is:     The above works fine in IE.  In FireFox, when links are clicked, no