サイドバー自動開閉
2010-10-12


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

[Firefox]
[PC]

コメント(全0件)
コメントをする


記事を書く
 powered by ASAHIネット