リンク: [ホーム] [自己紹介] [リンク集] [アルバム] [ソフトウェア] [発表文献] [その他]

まさおのChangeLogメモ / 2006-01-25

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2006-01-25 Wed

* 検索バーの右側に履歴を出すボタンを表示

http://firefox.geckodev.org/?userchrome.css#a97d8476
以下をuserChrome.cssに書いておけば、履歴表示ボタンが表示できるのだ
けど、この機能自体、ブラウザ全体の設定で通常のWebサイト上などの検
索フォームの自動補完機能を有効にしておかないと出てこない模様。

#searchbar .autocomplete-history-dropmarker {
  display: -moz-box !important;
  -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
}