Why does 'background-repeat:' determine the number of images to add? background-image: url(1), url(2), url(3); background-repeat: top, left, right, bottom;
is equal to background-image: url(1), url(2), url(3), url(4); background-position: top, left, right, bottom; Would it not be better for it to ignore the extra values on background-position: if there is no image to go with it ? Seems a bit silly to me. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
