Jump to content
  • 0

Комбинирование псевдоклассов


Destrifer
 Share

Question

Собственно, таблица.

По ховеру меняется цвет в ячейках, условно, на золото.

Но мне нужно, чтобы первая строка и первый столбец не реагировали на ховер, хотя бы визуально.

Причем они имеют отличные от остальных ячеек цвета. Условно - серебро.

Т.е. имеем:

.tbl tr td:hover {
	background: gold;
}

.tbl tr td:first-child {
	background: silver;
}

.tbl tr td:first-child:hover {
	background: silver;
}

Работает. Мышка ходит по таблице, ячейки окрашиваются золотом, но первый столбец - нет.

А вот с первой строкой, так не получается :unsure:

.tbl tr:first-child {
	background: silver;
}

.tbl tr:first-child:hover {
	background: silver !important;
}

Все равно,

.tbl tr td:hover {
	background: gold;
}

перебивает и красит золотом. Ипотант, выше/ниже - ничего не помогает. В фаерфоксе видно, что правило "перебивается".

Понятно, что можно на тр навесить класс, его прописать, и все, скорее всего, будет работать. Но хотелось бы не загромождать таблицу лишними идентификаторами.

Спасибо всем.

Прописал так:

.tbl tr:first-child td:hover 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy