"/> ">

Home >Web Front-end >HTML Tutorial >css if you select the first th_html/css_WEB-ITnose of the first row of

css if you select the first th_html/css_WEB-ITnose of the first row of

WBOY
WBOYOriginal
2016-06-24 12:10:041515browse

css If you select the first th of the first line of


Reply to discussion (solution)

.aaa th:first-child

.aaa table>th

CSS adjacent selector and first-child are not supported by many browsers

Setting class Then choose! Adjacent selector IE support is not good!

CSS adjacent selector and first-child are not supported by many browsers
Then change to jquery, percentage support.

$('.aaa th:first').css(...);

Or add css rules directly to the first th.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn