文本框输入类型HTML(c#aspx),在Chrome中,value = field中的值打印在文本框中,而在IE中,需要再次指定值。 例如,
.ui-effects-transfer {
background-image :url("http://images.clipartpanda.com/finger-clipart-pointing-finger-md.png") no-repeat;
opacity: .8;
z-index: 5 !important;
background-size:20px 20px; //hand size
// Use background postion not margin to move the image;
background-position: 0px 125px;
}
在IE中,文本框只有一个条目,而在Chrome中只有两次。我无法在任何地方找到这样的问题。 DataBinder在这方面有任何作用吗?