Originariamente inviato da andrea.paiola
http://www.constile.org/css_guida_completa/errata.html

piero comunque io vedo questo esempio:
codice:
P { background: url("chess.png") gray 50% repeat fixed }
sei sicuro di quello che dici?
In che senso? Io sono sicuro che l'ordine corretto - come dice la specifica ufficiale di CSS 2.1 - sia il seguente:
codice:
background: [<'background-color'> || <'background-image'> || <'background-repeat'> || <'background-attachment'> || <'background-position'>] | inherit
- http://www.w3.org/TR/CSS21/colors.ht...def-background