<STYLE type="text/css">
input.withicon {
background-image: url("picon_search.jpg"); /* 背景画像 */
background-repeat: no-repeat; /* 背景画像の繰り返し表示を禁止 */
background-position: 2px center; /* 背景画像の位置、左から2ピクセル・上下方向の中央 */
padding-left: 22px; /* テキスト入力の左内側の余白を指定、22ピクセル */
color: #000000; /* 文字色 */
font-size: 100%; /* 文字サイズ */
}
</STYLE>
<FORM method="GET" action="http://www.google.co.jp/search">
<INPUT type="hidden" name="hl" value="ja">
<TABLE border=0 cellspacing=2 cellpadding=0>
<TR>
<TD><INPUT type="text" name=q size=30 class="withicon"></TD>
<TD><INPUT type="submit" name="btnG" value="Search" style="background-color:#7F9DB9; color:#ffffff"></TD>
</TABLE>
</FORM>
|