仿淘宝TAB切换搜索框搜索切换的相关内容_javascript技巧
程序员文章站
2022-04-29 11:35:11
...
一款仿淘宝TAB切换搜索框,想搜索哪方面的内容就切换到哪一个,感兴趣的朋友可以看看下面的代码
.search{ position: absolute; top:14px; left: 34%; width:477px; _width:477px; height: 81px;} .keyword a{ font-size: 12px; line-height: 18px; color:#999; padding:0 4px;} .keyword a span{ color:#fb5004;} .tab-bar li.current{ color: #1d7ad9; font-weight: bold; background: url(../images/trian_up.png) no-repeat center bottom; padding-bottom: 9px;} .tab-bar li{ width:38px; text-align: center; color: #444; float: left; cursor: pointer;} .tab-bar li.tab-line{ width: 2px; color: #c9c9c9; margin:0 2px;} .tab-box{ border:2px solid #1d7ad9;} .text{ color: #a9a9a9; width:376px; height: 31px; border:none; text-indent: 10px; float:left; outline: none; border:0;} .button{ width: 97px; height: 32px; text-align: center; color: #fff; font-size:18px; background: #1d7ad9; border:none; float: left;}
推荐阅读
-
JavaScript切换搜索引擎的导航网页搜索框实例代码
-
Javascript小案例(一):仿淘宝搜索框用户输入事件的实现
-
javascript实现ecshop搜索框键盘上下键切换控制_javascript技巧
-
javascript实现ecshop搜索框键盘上下键切换控制_javascript技巧
-
JS+CSS实现仿新浪微博搜索框的方法_javascript技巧
-
仿淘宝TAB切换搜索框搜索切换的相关内容_javascript技巧
-
javascript仿淘宝搜索框输入事件的实现
-
关于JavaScript如何切换搜索引擎的导航网页搜索框的实例代码分享
-
JS+CSS实现仿新浪微博搜索框的方法_javascript技巧
-
Javascript小案例(一):仿淘宝搜索框用户输入事件的实现