View Single Post
Old 12-01-2001, 10:25   #4
Mips
Модератор
Злыдень немрущий
 
Mips's Avatar
 
Join Date: сен 2000
Location: Краснодар
Сообщений: 2,333
Lightbulb

<head>
<style type="text/css">
<!--
a:hover.table1 {color: green}
a:hover.table2 {color: red}
-->
</style>
</head>

<table border=1>
<tr>
<td><a href="url" class=table1>url</a></td>
</tr>
</table>
<table border=1>
<tr>
<td><a href="url" class=table2>url</a></td>
</tr>
</table>
Mips is offline   Дневник [Ответить с цитированием]