<url>
CSS
data type
denotes a pointer to a resource, such as an image or a font. URLs can be used in numerous CSS properties, such as
background-image
,
cursor
,和
list-style
.
URI or URL? There is a difference between a URI 和 URL . A URI simply identifies a resource. A URL is a type of URI, and describes the location of a resource. A URI can be either a URL or a name ( URN ) of a resource.
In CSS Level 1, the
url()
functional notation described only true URLs. In CSS Level 2, the definition of
url()
was extended to describe any URI, whether a URL or a URN. Confusingly, this meant that
url()
could be used to create a
<uri>
CSS data type. This change was not only awkward but, debatably, unnecessary, since URNs are almost never used in actual CSS. To alleviate the confusion, CSS Level 3 returned to the narrower, initial definition. Now,
url()
denotes only true
<url>
s.
<url>
data type is specified using the
url()
functional notation. It may be written without quotes, or surrounded by single or double quotes. Relative URLs are allowed, and are relative to the URL of the stylesheet (not to the URL of the web page).
If you choose to write the URL without quotes, use a backslash (\) before any parentheses, whitespace characters, single quotes (') and double quotes (") that are part of the URL.
<a_css_property>: url("http://mysite.example.com/mycursor.png")
<a_css_property>: url('http://mysite.example.com/mycursor.png')
<a_css_property>: url(http://mysite.example.com/mycursor.png)
.topbanner {
background: url("topbanner.png") #00D no-repeat fixed;
}
ul {
list-style: square url(http://www.example.com/redball.png);
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Values and Units Module Level 4
The definition of '<url>' in that specification. |
编者草案 | |
|
CSS Values and Units Module Level 3
The definition of '<url>' in that specification. |
候选推荐 | No significant change from CSS Level 2 (Revision 1). |
|
CSS Level 2 (Revision 1)
The definition of '<uri>' in that specification. |
推荐 | No significant change from CSS Level 1. |
|
CSS Level 1
The definition of '<url>' in that specification. |
推荐 | 初始定义。 |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
<url>
|
Chrome 完整支持 1 | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 3 | Opera 完整支持 3.5 | Safari 完整支持 1 | WebView Android 完整支持 1 | Chrome Android 完整支持 18 | Firefox Android 完整支持 4 | Opera Android 完整支持 14 | Safari iOS 完整支持 1 | Samsung Internet Android 完整支持 1.0 |
完整支持
<angle-percentage>
<angle>
<basic-shape>
<blend-mode>
<custom-ident>
<dimension>
<frequency-percentage>
<frequency>
<gradient>
<image>
<integer>
<length-percentage>
<length>
<number>
<percentage>
<ratio>
<resolution>
<shape>
<string>
<time-percentage>
<time>
<transform-function>
<url>
color
flex
ident
position