For details about how to create a webpage under IE6, refer to IE6 default style _ HTML/Xhtml _ webpage Creation
Source: Internet
Author: User
This is not an official ie document. It seems to be the default ie6 style developed by others. It is of reference value for us to tame ie6. You will fundamentally understand the causes of the bugs in ie. This is not an official ie document. It seems to be the default ie6 style developed by others. It is of reference value for us to tame ie6. You will fundamentally understand the causes of the bugs in ie. However, it is a pity that ie is not like firefox. You can enter a command in the address bar to directly view the default firefox style.
========================================================
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
HasLayout property.
We will not take in account
The frame and frameset elements.
The table elements are not reviewed, due
The lack of support for the corresponding
'Display' values .*/
The uncertain values are marked with '<' and '> '.
/* Block-level elements */
Html, body,
P, 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 ;}
P {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 {margin: 0 0 0 40px; list-style-type: circle ;}
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
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 ;}
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.