【发布时间】:2019-07-18 10:39:44
【问题描述】:
#searchform {
position: relative;
}
#searchform:before {
content: "\f118";
font-family: "pharma";
right: 0px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: #387DD8;
padding: 10px;
color: #fff;
width: 60px;
}
<form role="search" method="get" id="searchform" class="searchform" action="http://">
<input type="search" id="s" name="s" value="" placeholder="Enter a product name" title="Press enter to search">
</form>
但是图标不可点击我想点击这个图标,就像提交表单到这个图标一样。这个怎么加?
【问题讨论】:
标签: php html css wordpress search