国产探花免费观看_亚洲丰满少妇自慰呻吟_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+ */

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 土默特左旗| 阳谷县| 扎赉特旗| 锦屏县| 顺义区| 天门市| 抚州市| 内乡县| 黄梅县| 合肥市| 云安县| 厦门市| 蒙城县| 桐乡市| 正安县| 庄河市| 罗田县| 阳泉市| 郯城县| 广安市| 澎湖县| 潜山县| 长阳| 丽江市| 孝感市| 巩留县| 武夷山市| 乡宁县| 读书| 厦门市| 霍州市| 三台县| 观塘区| 榆中县| 饶平县| 昭平县| 循化| 乐昌市| 贺兰县| 长海县| 贵溪市|