yanngoyan
小狐狸
小狐狸
  • UID25170
  • 注册日期2008-06-30
  • 最后登录2015-08-10
  • 发帖数89
  • 经验33枚
  • 威望0点
  • 贡献值28点
  • 好评度1点
阅读:3330回复:8

有没有单击右上角搜索框出现下拉菜单的扩展?

楼主#
更多 发布于:2008-07-08 06:24
有没有单击右上角搜索框出现下拉菜单的扩展?
用傲游时,单击搜索框会出现搜索历史的下拉菜单供选择关键字。不知FF3有没有扩展可以实现这个功能?
Cye3s
千年狐狸
千年狐狸
  • UID155
  • 注册日期2004-11-25
  • 最后登录2025-07-29
  • 发帖数1325
  • 经验98枚
  • 威望0点
  • 贡献值34点
  • 好评度15点
  • 社区居民
  • 忠实会员
1楼#
发布于:2008-07-08 06:24
按下箭头吧
我很懒...
drhanwei
火狐狸
火狐狸
  • UID22375
  • 注册日期2007-12-21
  • 最后登录2016-12-16
  • 发帖数209
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
2楼#
发布于:2008-07-08 06:24
问题不值得探讨
web123lai
千年狐狸
千年狐狸
  • UID8036
  • 注册日期2005-08-17
  • 最后登录2019-05-01
  • 发帖数4225
  • 经验13枚
  • 威望1点
  • 贡献值20点
  • 好评度10点
  • 社区居民
3楼#
发布于:2008-07-08 06:24
没见过,呵呵,如果能显示的话也不错
yanngoyan
小狐狸
小狐狸
  • UID25170
  • 注册日期2008-06-30
  • 最后登录2015-08-10
  • 发帖数89
  • 经验33枚
  • 威望0点
  • 贡献值28点
  • 好评度1点
4楼#
发布于:2008-07-08 06:24
Cye3s:按下箭头吧回到原帖

没有那个箭头。我的是 版本3.0 。
kmc
kmc
管理员
管理员
  • UID165
  • 注册日期2004-11-25
  • 最后登录2024-08-29
  • 发帖数9187
  • 经验398枚
  • 威望1点
  • 贡献值124点
  • 好评度41点
  • 忠实会员
  • 终身成就
  • 社区居民
5楼#
发布于:2008-07-08 06:24
yanngoyan
没有那个箭头。我的是 版本3.0 。
回到原帖

他说的是键盘上的↓箭头。
Waterfox Current和Firefox Nightly都用,逐渐走出XUL扩展依赖
smoke
千年狐狸
千年狐狸
  • UID3052
  • 注册日期2005-02-16
  • 最后登录2015-02-01
  • 发帖数2367
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
  • 忠实会员
6楼#
发布于:2008-07-08 06:24
用CSS显示下拉按钮,具体google.
遇到问题请善用论坛搜索功能
lupin1984
小狐狸
小狐狸
  • UID6799
  • 注册日期2005-06-15
  • 最后登录2019-05-01
  • 发帖数71
  • 经验11枚
  • 威望0点
  • 贡献值2点
  • 好评度-1点
  • 社区居民
7楼#
发布于:2008-07-08 06:24
#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; }


箭头和地址栏一样
yanngoyan
小狐狸
小狐狸
  • UID25170
  • 注册日期2008-06-30
  • 最后登录2015-08-10
  • 发帖数89
  • 经验33枚
  • 威望0点
  • 贡献值28点
  • 好评度1点
8楼#
发布于:2008-07-08 06:24
lupin1984
#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; }


箭头和地址栏一样
回到原帖


搞定了,感激不尽!!!
游客

返回顶部