http://techmobile.com/contact-usTESTBOX.htmlの検索ボックスとページの右端の間に1〜2ピクセル幅のギャップがあるのはなぜですか?
検索ボックスのまったく同じコードがhttp://techmobile.com/open-service-call.html にあり、このページにギャップはありません。
私は解決策を探すのに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;
}