我在 Chrome 和 Firefox 中正确定位按钮时遇到问题。在 chrome 中,按钮向左移动,而在 Firefox 中,它应该在哪里(在输入按钮之后)
<td style="position: relative;">
<input type="text" id="search_box" value="" style="float: left; width: 160px;" name="search_term">
<input id="term_options_btn" style="z-index: 501; position:absolute;float: left;" type="button" class="client_ac_showall" value="▼" onclick="ShowTermOptions()">
<div style="clear:both;"></div>
<div style="margin-left: 73px; display: none;" class="term_options">
<div><label><input type="checkbox" value="true" checked="checked" name="search_in_topics">Szukaj w tytule</label></div>
<div><label><input type="checkbox" value="true" checked="checked" name="search_in_posts">Szukaj w postach</label></div>
</div>