Rabu, 26 Desember 2012

Tooltip

    <style>
    a.window{
    position:relative;
    z-index:1;
    color:red;
    font-weight:700;
    text-decoration:none;
    }


    a.window:hover{
    z-index:2;
    }


    a.window span{
    display: none
    }


    a.window:hover span{
    display:block;
    position:absolute;
    top:2em; left:-8em;
    width:200px;
    border-left:1px solid grey;
    border-top:6px solid grey;
    border-right:1px solid grey;
    border-bottom:1px solid grey;
    background-color:lightgrey;
    color:#000;
    text-align: center;
    padding: 0.6em;
    }
    </style>
Untuk cara penulisan :

alamat URL anda">tulisan yang muncul di artikeltulisan di dalam tooltip

alamat URL anda">tulisan yang muncul di artikelURL gambar di dalam tooltip" width="200" />tambahan kalimat deskripsi

0 komentar: