Peter Dominic Ryan wrote: > I am really stumped by a validation error I am getting on my CSS; > > http://jigsaw.w3.org/css-validator/validator?uri=http:// > djrobgilbert.com/ > > Line: 830 Context : .linkbox dl Invalid number : display inline-block > is not a display value : inline-block
It is valid CSS2.1. For a proper "Congratulations" from the validator... Go the route via extra options under 'Advanced Interface' <http://jigsaw.w3.org/css-validator/validator-uri> ...and change the 'Profile:' to CSS3 and [check] again. See result: <http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fdjrobgilbert.com&warning=1&profile=css3&usermedium=all> ...with "Congratulations" and all :-) CSS3 should be the default instead of CSS2 as it seems to be now, but that's not up to us, I guess. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
