Re: Validation Error

Gabriel Pradiipaka wrote:

> www.sanskrit-sanscrito.com.ar

It seems that the specific construct that triggers the parsing bug in "W3C 
CSS Validator" is the following rule:

#tabmenuhome{float:left;width:100%;margin:0;padding:0;background:url(../images/tabmh/bgred.gif) 
repeat-x bottom}

Or, more exactly, the value of the background property. The bug can be 
circumvented by specifying both the horizontal and the vertical position if 
you specify one of them, e.g.

#tabmenuhome{float:left;width:100%;margin:0;padding:0;background:url(../images/tabmh/bgred.gif) 
repeat-x left bottom}

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

Received on Thursday, 24 December 2009 16:00:06 UTC