![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi, am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; |
|
what is wrong w/it, pls.. |
#3
| |||
| |||
|
|
hi, am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; what is wrong w/it, pls.. thank you very much... |
#4
| |||
| |||
|
|
"maya" <maya778899 (AT) yahoo (DOT) com> wrote hi, am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; Care to tell us what the actual error is? what is wrong w/it, pls.. What is a w/it? |
#5
| |||
| |||
|
|
maya wrote: hi, am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; what is wrong w/it, pls.. thank you very much... background-image is just the single property hat has only one value: /the image/ If you want to combine your properties then what you what is "background" http://www.w3.org/TR/CSS21/colors.ht...def-background background: #fff background-image:url(images/more.jpg) no-repeat 1% 50%; TIP: When in doubt, RT*M... so reference this page: http://www.w3.org/TR/CSS21/propidx.html |
#6
| |||
| |||
|
|
Jonathan N. Little wrote: maya wrote: am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; what is wrong w/it, pls.. background-image is just the single property hat has only one value: /the image/ If you want to combine your properties then what you what is "background" http://www.w3.org/TR/CSS21/colors.ht...def-background background: #fff background-image:url(images/more.jpg) no-repeat 1% 50%; ok, am getting errors on BOTH of these: background:#FFFFFF; background-image: url(images/more_roll.jpg) no-repeat 1% 50%; background:#FFFFFF url(images/more_roll.jpg) no-repeat 1% 50%; |
#7
| |||
| |||
|
|
On Mon, 03 Dec 2007 17:46:33 +0100, maya <maya778899 (AT) yahoo (DOT) com> wrote: Jonathan N. Little wrote: maya wrote: am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; what is wrong w/it, pls.. background-image is just the single property hat has only one value: /the image/ If you want to combine your properties then what you what is "background" http://www.w3.org/TR/CSS21/colors.ht...def-background background: #fff background-image:url(images/more.jpg) no-repeat 1% 50%; ok, am getting errors on BOTH of these: background:#FFFFFF; background-image: url(images/more_roll.jpg) no-repeat 1% 50%; background:#FFFFFF url(images/more_roll.jpg) no-repeat 1% 50%; Show us the URL. |
#8
| |||
| |||
|
|
Rik Wasmus wrote: On Mon, 03 Dec 2007 17:46:33 +0100, maya <maya778899 (AT) yahoo (DOT) com> wrote: Jonathan N. Little wrote: maya wrote: am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; what is wrong w/it, pls.. background-image is just the single property hat has only one value: /the image/ If you want to combine your properties then what you what is "background" http://www.w3.org/TR/CSS21/colors.ht...def-background background: #fff background-image:url(images/more.jpg) no-repeat 1% 50%; ok, am getting errors on BOTH of these: background:#FFFFFF; background-image: url(images/more_roll.jpg) no-repeat 1% 50%; background:#FFFFFF url(images/more_roll.jpg) no-repeat 1% 50%; Show us the URL. I'm sorry, I can't.. this is at work, am still in dev server... (this is for JSP's/XSL's/dynamic content, the works..) need to experiment more in plain HTML then.. thank you very much... |
#9
| |||
| |||
|
|
background: #fff background-image:url(images/more.jpg) no-repeat 1% 50%; |
#10
| |||
| |||
|
|
On Mon, 03 Dec 2007 18:07:25 +0100, maya <maya778899 (AT) yahoo (DOT) com> wrote: Rik Wasmus wrote: On Mon, 03 Dec 2007 17:46:33 +0100, maya <maya778899 (AT) yahoo (DOT) com> wrote: Jonathan N. Little wrote: maya wrote: am getting W3C error on this code: background-color:#FFFFFF; background-image:url(images/more.jpg) no-repeat 1% 50%; what is wrong w/it, pls.. background-image is just the single property hat has only one value: /the image/ If you want to combine your properties then what you what is "background" http://www.w3.org/TR/CSS21/colors.ht...def-background background: #fff background-image:url(images/more.jpg) no-repeat 1% 50%; ok, am getting errors on BOTH of these: background:#FFFFFF; background-image: url(images/more_roll.jpg) no-repeat 1% 50%; background:#FFFFFF url(images/more_roll.jpg) no-repeat 1% 50%; Show us the URL. I'm sorry, I can't.. this is at work, am still in dev server... (this is for JSP's/XSL's/dynamic content, the works..) need to experiment more in plain HTML then.. thank you very much... I'd say that saving an HTML(/CSS) source and putting it up somewhere else should not be a problem, is it? |
![]() |
| Thread Tools | |
| Display Modes | |
| |