To Ingo, and anyone else who is interested:

I have provided another example to test this out, viz:

#tester{
   padding : 50px;
   width : 500px;
   border : 5px solid #0000ff;
   font: 14px Verdana, Arial, Helvetica, sans-serif;
   color: #0000ff;
   [/*IE*/] width: 610px;
   [/*IE*/] border : 5px solid #ff0000;
   [/*IE*/]color: #ff0000;
background : #ccc; /*to prove that the parser does indeed carry on executing normally*/
}

file is at www.marscovista.com/ieonlypt2.html

It seems to work fine, even though the W3C CSS validator declares a parsing error. I am simply not sufficiently knowledgeable enough to know if this means that the validator is confused by the 'syntax error' and is actually wrong here?

Anyone?

Thanks,

Bob
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to