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.
正如标题所暗示的,是否可以在包含背景图像的表格后面放置一个 img 标签?
这是一个示例,也是页面源
该表包含背景图像
只需添加position: relative;到您的表中,您将获得所需的结果
position: relative;
作为:
<table width="100%" border="1" style="position: relative;z-index:2; margin-top:-170px;"> .... </table>
注意:使用内联 CSS 不是一个好主意尝试外部样式表