javascript STYLE backgroundRepeat
@June 28, 2008, 2:39 p.m.
backgroundRepeat | Firefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 2 |
|
Read/Write |
Specifies whether a background image (specified with the backgroundImage property) should repeat and, if so, along which axes. You can use repeating background images to create horizontal and vertical bands with some settings. |
|
Example | |
document.getElementById("div3").style.backgroundRepeat = "repeat-y"; |
|
Value | |
With a string setting of no-repeat, one instance of the image appears in the location within the element established by the backgroundPosition property (default is top-left corner). Normal repeats are performed along both axes, but you can have the image repeat down a single column (repeat-y) or across a single row (repeat-x). To reestablish the default, assign the value repeat. |
|
Default | |
repeat |
Permanent URL:
http://javascript.gakaa.com/style-backgroundrepeat.aspx
I can't do the math required here.....
Bob
- 2010-09-18
Powered by Linode.