perda post

Kamis, 30 Agustus 2012
Kode HTML/CSS/Javascript
pre{
        margin:20px 0;
        padding:15px 10px;
        line-height:18px;
        background:#eee;
        font-size:12px;
        color:#000;
        text-shadow:2px 2px 2px #888;
        font-family:Monospace;
        border:3px double #666;
        border-radius:6px;
        box-shadow:0 0 8px #000;
        overflow:hidden;
        font-weight:normal;
        line-height:18px;
        width:400px; /*rubah untuk sesuaikan dengan lebar halaman posting */
        max-height:400px;
        text-align:left;
        white-space:pre; 
        transition:all 0.5s linear;
        -o-transition:all 0.5s linear;
        -moz-transition:all 0.5s linear;
        -webkit-transition:all 0.5s linear;
        -ms-transition:all 0.5s linear;       
}
pre:hover{
        width:700px;700px; /*rubah untuk sesuaikan dengan lebar halaman posting */
        overflow:auto;
        z-index:9999;
}

0 komentar:

Posting Komentar