博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CSS格式模板
阅读量:6004 次
发布时间:2019-06-20

本文共 1983 字,大约阅读时间需要 6 分钟。

//GeneralCSS.css

View Code
/*
########## IE compatible Setting(Copy the following things to the <head> Section) ##########
<!-- Default Css(默认及通用CSS) -->
<link href="GeneralCss.css" rel="stylesheet" type="text/css"/>
<!- [if IE]><link href="CssHack/IECssHack.css" rel="stylesheet" type="text/css"/>
<!- [if !IE]><link href="CssHack/OthersCssHack.css" rel="stylesheet" type="text/css"/>
*/
/*
########## Initialize CSS(初始化CSS的设置) ##########
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-size
:
100%
;
font
:
inherit
;
vertical-align
:
baseline
;
}
/*
HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
display
:
block
;
}
body
{
line-height
:
1
;
}
ol, ul
{
list-style
:
none
;
}
blockquote, q
{
quotes
:
none
;
}
blockquote:before, blockquote:after,
q:before, q:after
{
content
:
''
;
content
:
none
;
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
/*
########## Yours CSS Code ##########
*/

//CssHack/IECssHack.css

View Code
/*
########## IE Serials General Settings(\9) ##########
*/
 
 
 /*########## IE 8.0 Settings(\0) ##########*/
/*########## IE 7.0 Settings(*+) ##########*/
/*########## IE 6.0 Settings(_) ##########*/

 

//CssHack/OthersCssHack.css

View Code

 

 

//css三角形

          

View Code

 

 

 

 

 

 

 

转载于:https://www.cnblogs.com/cs_net/archive/2011/05/06/2039290.html

你可能感兴趣的文章
THINKPHP 结合阿里大于发送短信
查看>>
网站故障排查常用命令
查看>>
Python setdaemon守护进程
查看>>
ubuntu10.04下安装LAMP
查看>>
sendmail+tls+java
查看>>
wget 用法
查看>>
Git配置以及命令总结
查看>>
cacti基础配置,附带软件包
查看>>
Centos 7 Saltstack自动化部署weblogic 12c
查看>>
ORACLE学习笔记--SQL查询语句
查看>>
自学sql之路,SQL 是用于访问和处理数据库的标准的计算机语言!
查看>>
Nginx基本配置
查看>>
[Windows Azure] How to use the Windows Azure Blob Storage Service in .NET
查看>>
LNAMP第二版(nginx 1.2.0+apache 2.4.2+php 5.4)
查看>>
MongoDB repl set权限认证配置步骤
查看>>
java学习笔记(1)
查看>>
禁止Mysql默认端口访问Internet - MySQL - IT技术网
查看>>
基于用户投票的排名算法(二):Reddit
查看>>
下午最后的草坪
查看>>
Maven学习总结(七)——eclipse中使用Maven创建Web项目
查看>>