当前位置: 首页 > 图文教程 > 网页制作 > HTML/XHTML教程 > IE6下网页制作参考:IE6的默认样式

HTML/XHTML教程
网页设计师如何应对客户无理要求
打开网页速度提升的简单而有效的方法
让IE8启动IE7兼容模式的简便代码
HTML的sub,sup标签制作电子商务网站中的价格
IE9关键字:硬件渲染,新的JS引擎,CSS,标准
让IE支持HTML5办法
HTML教程:HTML的10个表格相关标记
HTML教程:网页页面切换的各种效果
网页制作掌握的最常用的HTML标记
应该怎样把HTML结构化
XHTML基础教程:xhtml的块级标记
网页页面实现自动刷新的3种代码
网页制作教程:TD也可以溢出隐藏显示
网页设计教程:TabIndex元素
微软:IE9与HTML 5的关系
HTML设备标识符可以让用户使用网页与摄像头等硬件设备打交道
HTML5和CSS3的一些新变化
超级链接标记A的TARGET属性详解
语义化的网页:XHTML语义化标记
理论知识:PSD模板切成HTML的正确操作

HTML/XHTML教程 中的 IE6下网页制作参考:IE6的默认样式


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-28   浏览: 37 ::
收藏到网摘: n/a

 这其实不是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 '<' and '>'.
 
 
/* 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 <sistem color>;}
 
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 <sistem color>;}
 
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: <value>;
} /* greater than 'normal' */
 
sup {
vertical-align: super; 
font-size: smaller; 
line-height: <value>;
} /* 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;}