Home  >  Article  >  Web Front-end  >  About CSS: Priority_CSS/HTML

About CSS: Priority_CSS/HTML

WBOY
WBOYOriginal
2016-05-16 12:12:001105browse
Firefox:
ID selector (like #divMain{}) > Class (like .divSpecial{}) > Tag (like body{})

IE:
Class > ID Selector > Tag

Example:
Content


shows #divMain{} in Firefox The style defined by .divSpecial{} is displayed in IE.
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