Код:
<html>
<head>
<title>LinkChell</title>
<style>
A{color:#ccc}
A HOVER{COLOR:#333}
.mout {BACKGROUND:#333;color:#ccc}
.mover {BACKGROUND:#ccc;color:#333;CURSOR:HAND}
</style>
</head>
<body>
<table><tr>
<td class="mout" onmouseover="this.className='mover'" onmouseout="this.className='mout'" height="100" width="500" onclick="location.href='http://imho.ws'">
<div style="height:100px" align="center">
<span style="line-height: 100px; vertical-align: -5%;">This is a link</span>
</div></td></tr></table>
</body>
</html>
__________________
Ничто не даётся нам с таким трудом, как то, что не даётся.
Best regards!
2008 © Roman V. Brooks
|