Questions about browser default CSS_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:15:56
Original
916 people have browsed it

I saw the browser default CSS at http://www.w3cfuns.com/topic-12.html
and it feels a little different. For example, the INPUT tag
The default CSS under IE9 is
background-color: #FFF;
border-width: 2px;
font-family: sans-serif;
font-size: 10pt;
overflow: hidden;
padding: 1px;
zoom : 1;

If I re-define the input tag with the same css
, the displayed input is a little different from the default input tag that is not defined. I don’t know if you have noticed


Reply to discussion (solution)

Are there some default ones that are not listed? width height

Are there some default ones that are not listed? width height

It is possible. . .

Rewritten text box

Are there some default ones that are not listed? width height

After thinking about it carefully, it should be wrong - -
Because it covers part of the CSS, the displayed style should be the same

I’m done, I generally understand

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template