我可以看到设计时间的变化,但是当页面运行时控件没有显示......我在选项卡面板中有三个这样的标签和其他控件......
<a href="#" id="A1" class="small-heading">Change Password</a>
CSS:
.small-heading {
background: url(../../Images1/small-heading.gif) no-repeat;
width: 105px;
height: 20px;
float: left;
font-size: 0.9em;
line-height: 18px;
font-weight: normal;
color: #7a7a7a;
overflow: hidden;
padding: 0 0 0 3px;
margin: 0 0 0 -127px;
}
可能是什么问题呢?