【发布时间】:2011-03-09 00:01:17
【问题描述】:
以下代码不能在 safari 中运行,但在 IE 中可以正常运行。
<style>
.my
{
background:url("../../myproject/images/add.gif");
width:100%;
height:22px;
background-repeat: no-repeat;
}
</style>
<span class="my">
</span>
【问题讨论】:
标签: css internet-explorer image safari