Tombol Button
Copy Code Berikut :
<input type=button value="login" style="color: #003366; font-style: normal; font-family: verdana; font-weight: normal; font-size:12px; background-color: #99ccff">
silahkan ubah bagian "login" jadi apa yang kalian mau. untuk ukuran sudah saya sesuaikan kok.
Drop Down Menu Code
Copy Code Berikut :
silahkan ubah "form1" ,"http://xxxx">xxxx", "click here" sesuai yang kalian inginkan
Link Magic
ubah "http://xxx", xxx sesuai yang anda inginkan
Copy Code Berikut :
<input type=button value="login" style="color: #003366; font-style: normal; font-family: verdana; font-weight: normal; font-size:12px; background-color: #99ccff">
silahkan ubah bagian "login" jadi apa yang kalian mau. untuk ukuran sudah saya sesuaikan kok.
Drop Down Menu Code
Copy Code Berikut :
<form name="form1">
<select style="font-size:12px;color:#006699;font-family:verdana;background-color:#ffffff;" name="menu">
<option value="http://xxxx">xxxx</option>
</select>
<input style="font-size:12px;color:#ffffff;font-family:verdana;background-color:#006699;" type="button" onclick="location=document.form1.menu.options[document.form1.menu.selectedindex].value;" value="click here">
</form>
<select style="font-size:12px;color:#006699;font-family:verdana;background-color:#ffffff;" name="menu">
<option value="http://xxxx">xxxx</option>
</select>
<input style="font-size:12px;color:#ffffff;font-family:verdana;background-color:#006699;" type="button" onclick="location=document.form1.menu.options[document.form1.menu.selectedindex].value;" value="click here">
</form>
Link Magic
Copy Code Berikut :
<a href="http://xxx" style="font-family: arial;color: #003366;font-size: 12px;text-decoration: none;" target="_top">xxx</a>

Tidak ada komentar:
Posting Komentar