Free Web Hosting Provider
-
Web Hosting
-
E-commerce
-
High Speed Internet
-
Free Web Page
Search the Web
Welcome!
Close
Would you like to make this site your homepage? It's fast and easy...
Yes, Please make this my home page!
No Thanks
Don't show this to me again.
Close
--------> Siam4Free : รวมของฟรีสำหรับทุกคน <---------
home
|
column
แต่งเว็บด้วย
Script
ง่ายๆ
เมนู 1
Example :
Siam4Free
Freewarejava.com
Cerebus Web Resources
SitePoint.com
Step 1 :
copy แล้วนำไปใส่ในส่วน <head> - - - </head>
<style type="text/css"> <!-- .menu {font-family:Arial; font-weight:bold} .menu a{ text-decoration:none; color:black; } --> </style> <script language="javascript"> <!-- /* Cool Table Menu By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from Wsabstract.com Visit http://wsabstract.com for this and over 400+ other scripts */ function movein(which,html){ which.style.background='coral' if (document.getElementById) document.getElementById("boxdescription").innerHTML=html else boxdescription.innerHTML=html } function moveout(which){ which.style.background='bisque' if (document.getElementById) document.getElementById("boxdescription").innerHTML=' ' else boxdescription.innerHTML=' ' } //--> </script>
Step 2 :
นำโค้ดข้างล่างไปใส่ในที่ๆ ต้องการ
<table bgcolor="black" border="1" bordercolor="ivory" cellpadding="2" cellspacing="0"> <tr> <td class="menu" bordercolor="black" id="choice1" style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'รวมของฟรีมากมาย')" onMouseOut="moveout(this)""> <a href="http://www.siam4free.4t.com">Siam4Free</a></td> </tr> <td class="menu" bordercolor="black" id="choice2" style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'Free Java applets')" onMouseOut="moveout(this)"> <a href="http://freewarejava.com">Freewarejava.com</a></td> </tr> <td class="menu" bordercolor="black" id="choice3" style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'Free webmaster resources')" onMouseOut="moveout(this)"><a href="http://www.freebox.com/cereweb/">Cerebus Web Resources</a></td> </tr> <td class="menu" bordercolor="black" id="choice4" style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'Resources to build your site')" onMouseOut="moveout(this)"><a href="http://www.sitepoint.com">SitePoint.com</a></td> </tr> <tr> <td bordercolor="black" bgcolor="ivory" height="18"><font id="boxdescription" face="Verdana" size="2"></font></td> </tr> </table>