What are all the background properties available in the dom style object?
Background Property | Description | values |
background | specifies the background properties. | color,image,repeat attachment,position |
backgroundAttachment | specifies whether a background-image is fixed or scrolls with the page | scroll/fixed |
backgroundColor | specifies the background-color | name,rgb,hex transparent |
backgroundImage | specifies the background-image | url, none |
backgroundPosition | specifies the starting position of a background-image | top left, top center, top right center left, center center, center right bottom left, bottom center, bottom right |
backgroundPositionX | specifies the x-coordinates of the backgroundPosition property | left, center, right x%,xpos |
backgroundPositionY | specifies the y-coordinates of the backgroundPosition property | left, center, right y%,ypos |
backgroundRepeat | specifies if/how a background-image will be repeated | repeat,norepeat,repeat-x,repeat-y |