国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

30個開發人員有用的CSS代碼片段整理值得借鑒

2024-07-11 08:34:34
字體:
來源:轉載
供稿:網友

CSS 是我們使用的功能強大和最常用web 語言。他可以兼容新舊不同的瀏覽器,他的兼容跨度確實夠大的,從微軟的IE到火狐再到谷歌瀏覽器。在設計的時候我們總是想創建更有創意和風格的網站,無論創建怎么樣的網站,有些CSS代碼是必須要掌握的,可以說這是核心,掌握這樣的一些CSS代碼,前端布局方面基本上再不成問題,什么邊框圓角,工具提示,瀏覽器hacks等等都不是問題。
在今天的文章中分享我收藏的 30 個CSS 代碼段,無論您是經驗豐富的 web 設計師還是新手,他們都是非常值得借鑒的;

Css Reset by Eric Meyer


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: ”;
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

根據文件格式顯示不同的鏈接樣式


/* external links */
a[href^=”http://”]{
padding-right: 20px;
background: url(external.gif) no-repeat center right;
}
/* emails */
a[href^=”mailto:”]{
padding-right: 20px;
background: url(email.png) no-repeat center right;
}
/* pdfs */
a[href$=”.pdf”]{
padding-right: 20px;
background: url(pdf.png) no-repeat center right;
}

在IE瀏覽器刪除textarea的滾動條


textarea{
overflow:auto;
}

瀏覽器特定的 hacks


/* IE 6 */
* html .yourclass { }
/* IE 7 */
*+html .yourclass{ }
/* IE 7 and modern browsers */
html>body .yourclass { }
/* Modern browsers (not IE 7) */
html>/**/body .yourclass { }
/* Opera 9.27 and below */
html:first-child .yourclass { }
/* Safari */
html[xmlns*=””] body:last-child .yourclass { }
/* Safari 3+, Chrome 1+, Opera 9+, Fx 3.5+ */

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 丹寨县| 炉霍县| 沂水县| 鄱阳县| 团风县| 开平市| 壶关县| 三台县| 景宁| 辽阳县| 太湖县| 明溪县| 文昌市| 吉木萨尔县| 武平县| 临海市| 包头市| 德钦县| 宣城市| 常宁市| 霍城县| 恩平市| 南溪县| 阿合奇县| 武宁县| 北碚区| 新和县| 普兰店市| 济南市| 高台县| 绥德县| 定日县| 阿巴嘎旗| 儋州市| 蒙阴县| 衡山县| 崇阳县| 沛县| 崇阳县| 江西省| 栾城县|