2. Copy code dibawah dan paste di ruang HTML/Javascript tu.
<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>
<div style='display:scroll; position:fixed; top:10px; left:-15px;'>
<a class='linkopacity' href='LINK PAGE KORANG' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='home'><img border="0" src="URL GAMBAR" /></a><br />
<a class='linkopacity' href=''LINK PAGE KORANG' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='owner'><img border="0" src="URL GAMBAR" /></a><br />
<a class='linkopacity' href=''LINK PAGE KORANG' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='tutorial'><img border="0" src="URL GAMBAR" /></a><br />
</div>
MERAH : Korang boleh tukar ikut mana korang rasa nak letak. Contohnya left jadi right.
Biru : Korang boleh ambik url gambar tu kat sini atau korang boleh buat sendiri.
Biru : Korang boleh ambik url gambar tu kat sini atau korang boleh buat sendiri.
3. Kalau semua dah selesai, korang save dan lihatlah hasilnya. Selamat mencuba.