ie6 html 模板,IE6下网页制作参考 IE6 默认样式

IE6下网页制作参考 IE6 默认样式

发布时间:2009-09-01 23:46:32   作者:佚名   text-message.png 我要评论

这其实不是ie官方的文档,好像是别人经过实践搞出来的ie6的默认样式,这个对我们驯服ie6很有参考价值。你会从根本理解ie出现的那些bug的原因。

这其实不是ie官方的文档,好像是别人经过实践搞出来的ie6的默认样式,这个对我们驯服ie6很有参考价值。你会从根本理解ie出现的那些bug的原因。不过可惜ie不像firefox哪样通过在地址栏输入命令来直接查看firefox的默认样式。

=======================================

INTERNET EXPLORER 6 DEFAULT STYLE SHEET

=======================================

****** HYPOTHETICAL *******************

This is a work in progress.

Values are purely indicative.

For any suggestion or addenda,

please

contact me.

[Back to CSS Test]

================================

/* Standard HTML elements

============================

Compare with the default style sheet

for HTML 4 (local copy).

These values may be affected by the

hasLayout property.

We will not take in account

the frame and frameset elements.

The table elements are not reviewed, due to

the lack of support for the corresponding

'display' values. */

The uncertain values are marked with ''.

/* Block-level elements */

html, body,

div, p,

blockquote,

ul, ol, dl,

dt, dd, address,

form, fieldset,

frame, frameset,

h1, h2, h3, h4,

h5, h6, hr, pre {display: block;}

head {display: none;}

html {margin: 0;}

body {margin: 8px;}

div {margin: 0;}

p {margin: 1em 0;}

blockquote {margin: 1em 40px;}

ul {margin: 1em 0 1em 40px; list-style-type: disc;}

li {display: list-item;}

ol {margin: 1em 0 1em 40px; list-style-type: decimal;}

ul ul {margin: 0 0 0 40px; list-style-type: circle;}

ul ul ul {margin: 0 0 0 40px; list-style-type: square;}

dl {margin: 1em 0;}

dd {margin-left: 40px;}

address {margin: 1em 0; font-style: italic;}

form, fieldset {margin: 0;}

fieldset {border: 1px inset ;}

h1, h2, h3, h4, h5, h6 {font-weight: bold;}

/* the following font size and vertical values are purely indicative,

since they depend on the font size/family set on the

BODY element */

h1 {font-size: 2em; margin: .6em 0;}

h2 {font-size: 1.5em; margin: .8em 0;}

h3 {font-size: 1.1em; margin: 1em 0; }

h4 {font-size: 1em; margin: 1.3em 0;}

h5 {font-size: 0.8em; margin: 1.6em 0;}

h6 {font-size: 0.6em; margin: 2.3em 0;}

hr {border: 2px outset ;}

pre {margin: 1em 0; font-family: monospace; white-space: pre;}

/* Inline elements */

a, i, cite, em, var, acronym,

tt, code, kdb, samp, del, ins,

u, dfn, sub, sup, big, small {display: inline; }

a:link {color: blue; text-decoration: underline; }

a:visited {color: purple; text-decoration: underline;}

i, cite, em, var {font-style: italic;}

tt, code, kbd, samp {font-family: monospace;}

del {text-decoration: line-through;}

u, ins {text-decoration: underline;}

sub {

vertical-align: sub;

font-size: smaller;

line-height: ;

} /* greater than 'normal' */

sup {

vertical-align: super;

font-size: smaller;

line-height: ;

} /* less than 'normal' */

big {font-size: larger;}

small {font-size: smaller;}

/* Replaced elements */

/* We will take in account only INPUT and TEXTAREA */

input, textarea {display: inline-block;}

相关文章

e40efe845a0f664ad2a2f614e7bd4206.png

这篇文章主要介绍了html父子页面iframe双向发消息的实现示例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来2020-10-12

02428f9a3a53c0dbc61aa524e045f3b8.png

这篇文章主要介绍了如何在HTML里加载摄像头,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2020-09-29

这篇文章主要介绍了html-webpack-plugin使用,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2020-09-15

fb53b03c06d6b99c2470ba5621627936.png

这篇文章主要介绍了html直接引用vue和element-ui的方法,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2020-09-02

11c12187b7f88a98f8e187034751e1ae.png

这篇文章主要介绍了详解HTML中字体使用line-height依然不能垂直居中解决办法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友2020-08-20

7b55d6d8d4513e2aec57044733efc6d9.png

这篇文章主要介绍了前端html换肤功能的实现代码,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2020-08-20

fbf8fd9af4fb0a5f134d10cbbaabdac2.png

这篇文章主要介绍了多个HTML页面共同调用一段html代码的方法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来2020-08-17

这篇文章主要介绍了HTML中图片不存在显示默认图片的方法示例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来2020-08-17

47e8b754abb2e662eb86e189d77d507f.png

这篇文章主要介绍了HTML table行距的改变方法示例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学2020-07-31

这篇文章主要介绍了HTML Table 空白单元格补全的实现方法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一2020-07-31

最新评论

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值