我知道这可能与z指数有关,但我似乎不明白。代码片段是:
<form method="get" action="http://www.google.com/search">
<div>
<table border="0" cellpadding="0">
<tr>
<td>
<input type="text" name="q" size="15" maxlength="255" value="" />
<input type="submit" value="GO" /></td></tr> <tr><td align="right" style="font-size:75%">
<input type="checkbox" name="sitesearch" value="<website_address>" checked /> SEARCH <br />
</td>
</tr>
</table>
</div>
</form>

我尝试过创建一个类,但它似乎并没有影响它:
.search{
z-index:absolute;
}
<form method="get" action="http://www.google.com/search"> <div class="search">我还没有找到太多的信息,使搜索栏带来的正面,并已进行了相当多的试验。我可以尝试把其他的带回-背靠背,但我真的很好奇,如果有一个方法,使前面的搜索栏。
发布于 2022-07-14 10:52:04
Z-index与整数一起工作,尝试将其设置为不同的值以查看结果。
https://stackoverflow.com/questions/69535264
复制相似问题