Рыжая
Сообщения: 1550
Благодарности: 19
|
Профиль
|
Сайт
|
Отправить PM
| Цитировать
MelouN
да поможет тебе css + java script:
<style>
td.a {text-decoration: none;
font-family: Verdana;
font-size: 11pt;
text-align: center;
background-image: images/1.gif;}
td.ahover {text-decoration: none;
font-family: Verdana;
font-size: 11pt;
text-align: center;
background-image: images/2.gif;}
a {color: white;}
a:hover {color: white;}
</style>
</head>
<table width="100%">
<tr><td class="a" onmouseover="this.className='ahover'" onmouseout="this.className='a'"><a href="#">WEB-DESIGN</a></td></tr></table>
[s]Исправлено: Ginger, 4:35 6-09-2003[/s]
|
-------
ХР, 2000, NT - BSOD (синие экраны смерти) русский перевод
Отправлено: 02:20, 06-09-2003
| #2
|