代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Css
】
HTML/CSS实现的搜索框
作者:
掬一捧
/ 发布于
2013/8/5
/
4851
谷歌和百度首页的搜索框都是
+
模式的,bing的搜索框感觉要好点儿。简言之,就是将提交按钮放到
中,其实这是做不到的,只能伪装。
<html> <head> <title>掬一捧|搜索框的实现</title> <meta charset="UTF-8"> <style type="text/css"> <!-- body { font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size:14px; } h1 { margin-top:0px; margin-bottom:8px; } /* 链接 */ a { text-decoration:none; color:#1c00ff; } a:hover { color:#5f00e4; } fieldset.search { padding: 0px; border: none; width: 232px; background:#e0e0e0; } fieldset.search:hover { background: #a8a8a8; } .search input, .search button { border: none; float: left; } .search input.box { height: 28px; width: 200; margin-right: 0px; padding-right: 0px; background: #e0e0e0; margin: 1px; } .search input.box:focus { background: #e8e8e8 ; outline: none; } .search button.btn { border: none; width: 28px; height: 28px; margin: 0px auto; margin: 1px; background: url(http://sandbox.runjs.cn/uploads/rs/339/livk7pl5/search_blue.png) no-repeat top right; } .search button.btn:hover { background: url(http://sandbox.runjs.cn/uploads/rs/339/livk7pl5/search_black.png) no-repeat bottom right; } /* 文章样式 */ .article { } --> </style> </head> <body> <div> <h2>搜索框</h2> <form method="get" id="searchform" action="http://blog.iliyang.cn/"> <fieldset class="search"> <input type="text" class="box" name="s" id="s" class="inputText" placeholder="掬一捧" x-webkit-speech> <button class="btn" title="SEARCH"> </button> </fieldset> </form> </div> <article class="article"> </article> </body> </html>
试试其它关键字
搜索框
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
掬一捧
贡献的其它代码
(
1
)
.
HTML/CSS实现的搜索框
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3