我有两种调用图像的方法
<table width="100%" height="81" border="0" cellpadding="0" cellspacing="2" background="thefolder/userbg.gif"> by using the background element in css
或者通过调用精灵并使用 css 类的方式
.userbg{
background-position: -460px -2px ;
width: 180px;
height: 81px;
}
和这样的东西
<table width="100%" height="81" border="0" cellpadding="0" cellspacing="2" class="userbg">
但是,当我使用背景标签时,它似乎有一个额外的长度,并且与 css 类相比有点延伸,为什么会发生这种情况?我检查了尺寸,它们都一样