كود:
<style type="text/css">
<!--
.menu {font-family:Arial; font-weight:bold}
.menu a{
text-decoration:none;
color:black;
}
-->
</style>
<script language="javascript">
function movein(which,html){
which.style.background='coral'
if (dcidocument.getElementById)
dcidocument.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}
function moveout(which){
which.style.background='lightblue'
if (dcidocument.getElementById)
dcidocument.getElementById("boxdescription").innerHTML=' '
else
boxdescription.innerHTML=' '
}
</script>
وهما كودىّ استايل وجافا سكربت
كود:
<table bgcolor="black" border="1" bordercolor="ivory" cellpadding="2" cellspacing="0" width="200" id="table21709">
<tr>
<td class="menu" bordercolor="blue" id="choice1" style="background-color:lightblue; cursor:hand" onmouseover="movein(this,'عالم التميّز والإبداع')" onmouseout="moveout(this)" align="center">
<a href="http://www.arabwebtalk.com" style="text-decoration: none; color: black">الويب العربى</a></td>
</tr>
<td class="menu" bordercolor="blue" id="choice2" style="background-color:lightblue; cursor:hand" onmouseover="movein(this,'اكبر سوق تجارى')" onmouseout="moveout(this)" align="center">
<a href="http://www.arabwebtalk.com" style="text-decoration: none; color: black">الويب العربى</a></td>
</tr>
<td class="menu" bordercolor="blue" id="choice3" style="background-color:lightblue; cursor:hand" onmouseover="movein(this,'مجتمع تعليمى متكامل')" onmouseout="moveout(this)" align="center">
<a href="http://www.arabwebtalk.com" style="text-decoration: none; color: black">الويب العربى</a></td>
</tr>
<td class="menu" bordercolor="blue" id="choice4" style="background-color:lightblue; cursor:hand" onmouseover="movein(this,'افضل سوق عربي')" onmouseout="moveout(this)" align="center">
<a href="http://www.arabwebtalk.com" style="text-decoration: none; color: black">الويب العربى
</a></td>
</tr>
<tr>
<td bordercolor="blue" bgcolor="lightblue" height="18">
<p align="center"><b>
<font id="boxdescription" face="Arial" size="3"></font></b></td>
</tr>
</table>