botyk
Пользователь
1) Вернуть text-decoration:
2)
Код:
a {
text-decoration: none; /* Убираем подчеркивание у ссылок */
}
a:hover {
text-decoration: underline; /* Добавляем подчеркивание
при наведении курсора мыши на ссылку */
}
2)
Код:
#search-text {
background: none repeat scroll 0 0 white;
border: 1px solid silver;
padding: 2px 3px;
width: 300px;
}