2012-07-09 00:25:12 +08:00
|
|
|
body {
|
|
|
|
background: url("#foobar");
|
|
|
|
background: url("http:foobar");
|
|
|
|
background: url("https:foobar");
|
|
|
|
background: url("data:foobar");
|
2016-07-12 20:20:39 +08:00
|
|
|
background: url("chrome:foobar");
|
2012-07-09 00:25:12 +08:00
|
|
|
background: url("//foobar");
|
|
|
|
}
|
|
|
|
|