Skip to content

Выделение

Как сделать такое выделение разделов как на buzines.net

Featured Replies

Создаем новый класс в css, парный row2

например

.row2hover{ 
background: #eee;
}

Открываем редактирование html

skin_boards > forumrow

Находим во втором столбце

<td class="row2">

Меняем на

<td class="row2" onmouseover="this.className = 'row2hover'"; style.cursor='hand' onMouseOut="this.className = 'row2'">

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.