日期:2014-05-20 浏览次数:20839 次
<table id="SelectTable" width="400px" border="0" cellpadding="0" cellspacing="0" style="margin-bottom:10px">
<tr>
<td style="height:20px"><input id="text_Select" type="text" value="//请输入要查询的内容" />
<img src="../Styles/Images/MenuBgImage.png" alt="" height="20px" width="58px"</td>
</tr>
<tr><td>热门关键字</td></tr>
</table>
#SelectTable td
{
text-align:center;
vertical-align:middle;
line-height:100%;
}
#text_Select
{
width:268px;
border-style:solid;
border-color:Gray;
border-width:1px;
height:20px;
font-size:10px;
}
#btn_Select
{
height:20px;
width:58px;
border-bottom-style:solid;
border-width:1px;
border-color:Gray;
background-image:url('../Images/MenuBgImage.png');
}