タグ

tipsとCSSに関するAYNIKのブックマーク (2)

  • Mozilla Re-Mix: Firefoxのサイドバー幅の制限を無くす方法。

    Firefoxのサイドバーは、ブックマークや履歴を開くのはもちろん、サイトを表示したり、各種アドオン機能を実行するコントロールパネルとして利用したりできるなど、多くの使い道があり便利なものです。 このサイドバーは、バーをドラッグして幅を調整することができるようになっていますが、その幅には限界があります。 デフォルトの場合、サイドバーをドラッグすることができる可動域は最大でFirefox全体の30-40%前後ですが、タスク管理時やモバイル用サイトの閲覧、ソース編集などを行うような使い方をしたときにもっと広げたいと思うときがありますね。 このサイドバーの最大幅制限は、[userchrome.css]に以下の記述をすることによって取り払うことができます。 overflow-x: hidden !important; } #sidebar { min-width: 0px !important;

  • HTML&CSSサンプル集

    aichan.biz This domain is expired. The domain owner has to renew it from the admin setting if you continue using it. 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner direct

  • 1