JavaScript Tutorial/GUI Components/Menu

Материал из Web эксперт
Перейти к: навигация, поиск

Dynamic menu based on onmouseout/onmouseover

   <source lang="javascript">

<html> <head> <style type="text/css"> td.menu {font-family:Arial;

       font-weight:bold;
       background-color:blue;
       cursor:hand}

a{

   text-decoration:none;
   color:black;

} </style> <script language="javascript" type = "text/javascript">

</script> </head> <body>

</tr>
     

</body> </html></source>