Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
的HTML:
<div id="header"> </div>
CSS:
#header{ height: 280; width: 850; background-image: url('/image.png'); }
我在这看不到任何东西div;背景不显示。我已经测试了 url 以确保它可以正常工作。
div
您需要为背景图像显示的width和height属性上的值指定一个单位。可以省略该值的唯一情况是您指定 0
width
height
您可以使用的单位示例:px % pt em rem ch vmin
px
%
pt
em
rem
ch
vmin
价值观和单位模块 3 级