10个有用的CSS
The top 10 most useful css snippets of today.
I have noticed myself to use a few different code snippets on a daily basis so I thought some of you might find them useful. So here we go.
? ?
Sticky Footer (make footer always be on bottom without absolute positioning)
?
The HTML
?
? ?
Cross-Browser Min Height
?
The CSS
?
? ?
Box Shadow (CSS3)
?
The CSS
?
? ?
Text Shadow (CSS3) with IE hack
?
The CSS
?
? ?
Cross Browser CSS Opacity
?
The CSS
?
? ?
The Famous Meyer Reset
?
The CSS
?
?
This is the most useful css reset out there, i use it for almost everything I work on (even the 52framework, coming soon).
?
?
? ?
? ?
Removing the dotted outlines
?
The CSS
?
? ?
Rounded Corners (non ie)
?
The CSS
?
? ?
Override Inline Styles
?
The CSS
?
.override {font-size: 14px !important;}?