API : Navigation Menus - Vertical (1)

Post date: Apr 22, 2011 5:02:20 PM

Cara Pakai nya :

    1. Simpan skript dibawah dalam bentul .xml, lalu upload ke hosting.
    2. Pilih Insert | More Gadget | Add Gadget by URL
    3. Masukkan link file yang sudah di upload kedalam gadget tersebut.

-------------------------------------------------------------

<style type="text/css">

body {background-color:transparent}

table {background-color:#FFFFFF}

td {width:140px; height:35px; text-align:left; padding:3px; cursor:pointer; font:bold 12px Verdana; color:#FFFFFF; background-color:#551F22}

</style>

<table>

<tbody>

<tr><td onClick="parent.location='halaman web'" onMouseover="this.style.backgroundColor='#DEB887';this.style.color='#320000'" onMouseout="this.style.backgroundColor='#551F22';this.style.color='#FFFFFF'">Home</td></tr>

<tr><td onClick="parent.location='halaman web'" onMouseover="this.style.backgroundColor='#DEB887';this.style.color='#320000'" onMouseout="this.style.backgroundColor='#551F22';this.style.color='#FFFFFF'">Listening</td></tr>

</tbody>

</table>