① Modern Browser, element by default, the bottom will be blank, then where does this space come from?
Doubts:
Method-one: Poke the answers from the know
Method-two: Extended read what is vertical align?
② in Chrome, for the mouse to move in input, textarea, the browser will give them a default border, how to remove it
{ outline: none; }
③CSS control does not overflow, does not break the line, the overflow part is denoted by the ellipsis
White-space:nowrap;text-overflow:ellipsis;overflow:hidden;
④background-position-y is ineffective under FF, and the solution is to specify X and Y at the same time, for example
background-position:0px 0px;
⑤CSS Layout Chapter
CSS Layout Kinky Tricks--width adaptive
CSS Layout Kinky tricks--highly adaptive
CSS Layout Kinky tricks--various centering
⑥ie8 the solution of RGBA
Background:rgba (255, 255, 255, 0.7); Background: #fff \9; *background: #fff; Filter:alpha (opacity=70); -ms-filter: "Progid:DXImageTransform.Microsoft.Alpha (opacity=70)";
The accumulation of CSS knowledge from normal work---continuous replenishment