Forum Moderators: not2easy
background: url('images/404.png') 200 10; #notfound {
width: 500px;
left: 0px;
background: url('images/404.png') 150 25;
} I am not aware of any type of background positioning that could use the number of parameters you have added
The background of a box can have multiple layers in CSS3. The number of layers is determined by the number of comma-separated values in the ‘background-image’ property. Note that a value of ‘none’ still creates a layer.
... excess values at the end are not used. If a property doesn't have enough comma-separated values to match the number of layers, the UA must calculate its used value by repeating the list of values until there are enough.
url("images/404.png"),
url("images/504.png"),
url("images/404.png"),
url("images/608.png");