|
阅读:3555回复:7
有搜索栏的小箭头 “插件”吗?
像maxthon一样搜索栏的小箭头为什么firefox没有这个小箭头,以前搜索过的都不会提示?
|
|
|
1楼#
发布于:2008-11-28 21:02
上图示.....
|
|
|
2楼#
发布于:2008-11-28 21:02
第二张示图
|
|
|
3楼#
发布于:2008-11-28 21:02
按↓就出来了。
|
|
|
4楼#
发布于:2008-11-28 21:02
非常感谢楼上的兄弟帮忙。
|
|
|
5楼#
发布于:2008-11-28 21:02
|
|
|
6楼#
发布于:2008-11-28 21:02
#searchbar .autocomplete-history-dropmarker {
-moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker") !important;
display: -moz-box !important;
-moz-appearance: none !important;
padding: 0 !important;
background-color: transparent !important;
border: none !important; }
#searchbar .autocomplete-history-dropmarker:hover ,
#searchbar .autocomplete-history-dropmarker[open="true"] {
border-left: 1px solid !important;
-moz-border-left-colors: ButtonShadow !important;
background: ButtonFace url(chrome://browser/skin/tabbrowser/tab-active-bkgnd.png) repeat-x !important; }以上加入chrome.css文件即可。[/code] |
|
|
7楼#
发布于:2008-11-28 21:02
上边的就是强
|
|

