|
<style type="text/css"> <!-- .menu {font-family:Verdana; font-size:10pt; font-weight:none; color:white } --> </style> <script language="javascript"> <!-- function movein(which,html){ which.style.background='FF9900' description.innerHTML=html } function moveout(which){ which.style.background='steelblue' description.innerHTML=' ' } --> </script> |
|
<table bgcolor="black" border="1" cellpadding="2" cellspacing="0" width="150" height="131"> <tr> <td class="menu" bordercolor="black" id="choice1" style="cursor: hand; background-color: steelblue" onMouseOver="movein(choice1,'Bra webhotell')" onMouseOut="moveout(choice1)" onClick="location.href='http://www.infoxhost.com/'"> <div align="center"> InfoXHost</div> </td> </tr> <tr> <td class="menu" bordercolor="black" id="choice2" style="cursor: hand; background-color: steelblue" onMouseOver="movein(choice2,'For webmasteren')" onMouseOut="moveout(choice2)" onClick="location.href='http://winfolinx.com'"> <div align="center">Winfolinx.com</div> </td> </tr> <tr> <td class="menu" bordercolor="black" id="choice3" style="cursor: hand; background-color: steelblue" onMouseOver="movein(choice3,'Infolinx-no Webtips')" nMouseOut="moveout(choice3)" onClick="location.href='http://infolinx-no.com/web'"> <div align="center">Infolinx-no Web</div> </td> </tr> <tr> <td class="menu" bordercolor="black" id="choice4" style="cursor: hand; background-color: steelblue" onMouseOver="movein(choice4,'Alle adresser du trenger')" onMouseOut="moveout(choice4)" onClick="location.href='http://infolinx-no.com/'"> <div align="center">Infolinx-no</div> </td> </tr> <tr> <td class="menu" bordercolor="black" id="choice5" style="cursor: hand; background-color: steelblue" onMouseOver="movein(choice5,'Google søkemotor')" onMouseOut="moveout(choice5)" onClick="location.href='http://www.google.com'"> <div align="center">Google</div> </td> </tr> <tr> <td bordercolor="black" bgcolor="white" height="20"> <font id="description" face="verdana" size="1"></font></td> </tr> </table> |