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.
只是想知道这是否可以使用 css
我想模拟一个 40x40 的表格,上面有一个背景图像(已经是那个大小)和另一个图像(也是 40x40)。
我知道背景图像是可能的,但不确定位于顶部的图像是否是?
你能把一个嵌套在一个img里面div吗?
img
div
<div style="width: 40px; height: 40px; background-image: url(under.jpg);"> <img style="width: 100%; height: 100%;" src="on-top.jpg" /> </div>