Image location is relative to css file, not html file.

This commit is contained in:
Dave Methvin 2012-07-12 11:57:28 -04:00
parent 8f1f88a5da
commit 2d09e9a325

View File

@ -128,4 +128,4 @@ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jq
section { background:#f0f; display:block; }
/* #11971 */
#foo { background: url(data/1x1.jpg) right bottom no-repeat; }
#foo { background: url(1x1.jpg) right bottom no-repeat; }