What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-css, is-css-property, from-w3c
BackgroundRepeatCSSProperty  
If a background image is specified, the background-repeat property specifies whether the image is repeated.

You are here: Home > CSS Reference > Properties > background-repeat

Usage

Values

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
style.backgroundRepeat reflects <div style='background-repeat: no-repeat'> Y Y Y Y Y Y Y Y
style.backgroundRepeat reflects <div style='background-repeat: repeat'> Y Y Y Y Y Y Y Y
style.backgroundRepeat reflects <div style='background-repeat: repeat-x'> Y Y Y Y Y Y Y Y
style.backgroundRepeat reflects <div style='background-repeat: repeat-y'> Y Y Y Y Y Y Y Y

Further reading


Sign in to add a comment