为什么我在http://techmobile.com/contact-usTESTBOX.html上的搜索框和页面右边缘之间出现 1-2 像素宽的间隙?
搜索框的完全相同的代码在http://techmobile.com/open-service-call.html上 ,这个页面没有差距。
我花了超过 2 1/2 小时寻找解决方案。
#container #search #searchbox_left { background-image: url("../images/stories/search_left.gif"); background-repeat: no-repeat; width: 5px; height: 45px; float: left }
#container #search #searchbox_right { background-image: url("../images/stories/search_right.gif"); background-repeat: no-repeat; width: 6px; height: 45px; float: left }
#container #search #searchbox_area {
float: left;
font: 12px Arial, Helvetica, sans-serif;
background-color: #000000;
height: 33px;
min-width: 410px;
width: auto !important;
width: 410px;
padding: 12px 10px 0px 10px;
color: #FFFFFF;
}