Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Аватара для dmitryst

Ветеран


Сообщения: 7317
Благодарности: 910

Профиль | Отправить PM | Цитировать


Bono
Вроде, так:

Код: Выделить весь код
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Вопрос по ссылкам на фотки???</title>
<meta name="description" content="Вопрос по ссылкам на фотки???">
<meta name="keywords" content="Вопрос по ссылкам на фотки???">
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251" />
<style>
a.someName:link{
   color: Blue;
   text-decoration: underline;
}

a.someName:active {
   color: Blue;
   text-decoration: underline;
}

a.someName:hover {
   color: Red;
   text-decoration: underline;
}
</style>
</head>
<body>
<a href="#" class="someName">someText</a>
</body></html>

-------
Осваиваю FreeBSD


Отправлено: 17:07, 13-05-2006 | #11