首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

十个有用的CSS

2012-10-16 
10个有用的CSSThe top 10 most useful css snippets of today.I have noticed myself to use a few differ

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.

    ?? ?
    十个有用的CSS? ? ?
    Centering a website (or other elements)
    ? ?
    The HTML

    ? ?
    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).

    ?

    ?


    ? ?
    十个有用的CSS

    ? ?
    Removing the dotted outlines

    ?
    The CSS

    ?

    ? ?
    Rounded Corners (non ie)

    ?
    The CSS

    ?

    ? ?
    Override Inline Styles

    ?
    The CSS

    ?

    .override {font-size: 14px !important;}

    ?

热点排行