Link 1
Link 2
Link 3
Link 4
Link 5
Link 6
Hier wird die ganze Tabellenzelle verlinkt, damit der Besucher besser trifft.
Bei Mausberührung wechselt die Rahmenfarbe.
<style type="text/css"> .gg a:active, a:link, a:visited {color:#000;font-size:18px;font-family:verdana, arial; text-decoration:none; } .gg a:hover {color:#000;font-size:18px;font-family:verdana, arial; text-decoration:none; } </style> <script language="javascript"> function link(I){document.location.href=I;} </script> <div align="center"> <table cellpadding="0" cellspacing="0"> <tr> <td class="gg" bgcolor="beige" style="border:3px solid red;cursor:hand;" align="center" width="120" onMouseOver="this.style.borderColor='blue'" onMouseOut="this.style.borderColor='red'" onClick="link"><a href="http://www.gloeckner-nbg.de/link/link1.htm" onFocus="this.blur()">Link 1</a></td> <td><img src="" width="2" height="1" border="0"></td> <td class="gg" bgcolor="beige" style="border:3px solid red;cursor:hand;" align="center" width="120" onMouseOver="this.style.borderColor='blue'" onMouseOut="this.style.borderColor='red'" onClick="link"><a href="http://www.gloeckner-nbg.de/link/link2.htm" onFocus="this.blur()">Link 2</a></td> <td><img src="" width="2" height="1" border="0"></td> <td class="gg" bgcolor="beige" style="border:3px solid red;cursor:hand;" align="center" width="120" onMouseOver="this.style.borderColor='blue'" onMouseOut="this.style.borderColor='red'" onClick="link"><a href="http://www.gloeckner-nbg.de/link/link3.htm" onFocus="this.blur()">Link 3</a></td> <td><img src="" width="2" height="1" border="0"></td> <td class="gg" bgcolor="beige" style="border:3px solid red;cursor:hand;" align="center" width="120" onMouseOver="this.style.borderColor='blue'" onMouseOut="this.style.borderColor='red'" onClick="link"><a href="http://www.gloeckner-nbg.de/link/link4.htm" onFocus="this.blur()">Link 4</a></td> <td><img src="" width="2" height="1" border="0"></td> <td class="gg" bgcolor="beige" style="border:3px solid red;cursor:hand;" align="center" width="120" bordercolor="red" onMouseOver="this.style.borderColor='blue'" onMouseOut="this.style.borderColor='red'" onClick="link"><a href="http://www.gloeckner-nbg.de/link/link5.htm" onFocus="this.blur()">Link 5</a></td> <td><img src="" width="2" height="1" border="0"></td> <td class="gg" bgcolor="beige" style="border:3px solid red;cursor:hand;" align="center" width="120" onMouseOver="this.style.borderColor='blue'" onMouseOut="this.style.borderColor='red'" onClick="link"><a href="http://www.gloeckner-nbg.de/link/link6.htm" onFocus="this.blur()">Link 6</a></td> </tr> </table> </div>