- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Thu, 24 Dec 2009 17:59:18 +0200
- To: "Gabriel Pradiipaka" <sanskrit_sanscrito@yahoo.com.ar>, <www-validator-css@w3.org>
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