アナログ
RSS  

サイドバー自動開閉2010/10/12 23:53

Google検索のツールパネルの自動開閉と同じくForefox 4.0向け開閉ディレイタイプ。

/* サイドバー自動開閉 */
#sidebar-box{
    min-width:266px!important;
    max-width:266px!important;
    -moz-transition: margin-left 0s ease-in-out .8s !important;
    margin-left:-250px!important;
}
#sidebar-box:hover{
    margin-left:0!important;
    -moz-transition: margin-left 0s ease-in-out .4s !important;
}

ロケーションバーからのブックマークにドロップできなくなる罠付きw


マジ、ネタないっす。orz