Deciding to do something for the good of humanity, maya
<maya778899@yahoo.com> declared in
comp.infosystems.www.authoring.stylesheets:
> background no-repeat 1% 49%;
You're missing a colon after background.
> what do 1% and 49% refer to?
http://www.w3.org/TR/CSS21/colors.html#propdef-background
More specifically:
http://www.w3.org/TR/CSS21/colors.html#propdef-background-position

Signature
Mark Parnell
My Usenet is improved; yours could be too:
http://blinkynet.net/comp/uip5.html
maya - 29 Jun 2006 03:59 GMT
> Deciding to do something for the good of humanity, maya
> <maya778899@yahoo.com> declared in
[quoted text clipped - 10 lines]
> More specifically:
> http://www.w3.org/TR/CSS21/colors.html#propdef-background-position
I was missing that colon indeed.. thank you very much...:)
these "official" CSS specs are a bit confusing sometimes...