Attach background data to divs as well

1.7/enhancement_8685
timmywil 2011-05-25 14:01:33 -04:00
parent e5457a5a1f
commit a5396bde70
1 changed files with 1 additions and 1 deletions

View File

@ -119,5 +119,5 @@ sup { display: none; }
dfn { display: none; }
/* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */
body { background: url(http://www.ctemploymentlawblog.com/test.jpg) no-repeat -1000px 0; }
body, div { background: url(http://www.ctemploymentlawblog.com/test.jpg) no-repeat -1000px 0; }