Style Sheets


CSS Browser Compatibility Charts - The Master List

This is the mother of all CSS charts, listing every aspect of the CSS spec and identifying how well it is supported by Netscape 4, Internet Explorer 3 and Internet Explorer 4 for both Mac and Windows 95.

Basic Concepts

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
1.1 Containment in HTML  
LINK YYY YBY
<STYLE type="text/css">...</STYLE> YYY YYY
@import NNQ NNQ
<x STYLE="dec;"> BYY BYY
1.2 Grouping  
x, y, z {dec;} YNY YYY
1.3 Inheritance  
(inherited values) BPY BBP
1.4 Class selector  
.class YBY YBY
1.5 ID selector  
.#ID BBB BBB
1.6 Contextual selectors  
x y z {dec;} BYY BPY
1.7 Comments  
/* comment */ YBY YYY
 

Pseudo-Classes and Pseudo-Elements

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
2.1 anchor  
A:link YNY NBY
A:active NNY NNY
A:visited NNY NBY
2.3 first-line  
:first-line NNN NBN
2.4 first-letter  
:first-letter NNN NBN
 

The Cascade

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
3.1 important  
!important NNY NNN
3.2 Cascading Order  
Weight sorting BYY BYY
Origin sorting BYY BBY
Specificity sorting BPY BBY
Order sorting BNY BNY
 

Font Properties

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
5.2.2 font-family  
<family-name> YYY YPY
<generic-family> PYQ PPQ
... serif YYY YYY
... sans-serif YYY YNY
... cursive NBY YNY
... fantasy NBY NNY
... monospace YYY YYY
5.2.3 font-style  
normal YYY YNY
italic YNY YYY
oblique NNY NNY
5.2.4 font-variant  
normal NNY NNY
small-caps NNQ NNQ
5.2.5 font-weight  
normal YNY YNY
bold YYY YYY
bolder YYY NNY
lighter NYY NNY
100 - 900 YNY YNY
5.2.6 font-size  
<absolute-size> YYQ YBQ
... xx-small - xx-large YYQ YBQ
<relative-size> YYY YNY
... larger YYY YNY
... smaller YYY YNY
<length> YPY YBB
<percentage> YYY YPY
5.2.7 font  
<font-family> PYY YPP
<font-style> PPY YPY
<font-variant> NNP NNP
<font-weight> YYY YNY
<font-size> YBY YBP
<line-height> PYY BBY
 

Colour and Background Properties

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
5.3.1 color  
<color> YYY YYY
5.3.2 background-color  
<color> BBY BNY
transparent BNY BNY
5.3.3 background-image  
<url> YNY YNY
none YNY YNY
5.3.4 background-repeat  
repeat YNB YNB
repeat-x YNB YNB
repeat-y YNB YNB
no-repeat YNY YNY
5.3.5 background-attachment  
scroll NNY NNY
fixed NNY NNY
5.3.6 background-position  
<percentage> NNY NNY
<length> NNY NNY
top NNY NNY
center NNY NNY
bottom NNB NNY
left NNY NNY
right NNB NNY
5.3.7 background  
<background-color> PPY PPY
<background-image> PYY PYY
<background-repeat> PBY PBB
<background-attachment> PNY NYY
<background-position> NNY NPY
 

Text Properties

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
5.4.1 word-spacing  
normal NNN NNY
<length> NNN NNY
5.4.2 letter-spacing  
normal NNY NNY
<length> NNY NNY
5.4.3 text-decoration  
none YNY YYY
underline QYP QBP
overline NNY NNY
line-through YYY YYY
blink YNN YNN
5.4.4 vertical-align  
baseline NNN NNN
sub NNY NNY
super NNY NNY
top NNN NNN
text-top NNN NNN
middle NNN NNN
bottom NNN NNN
text-bottom NNN NNN
<percentage> NNN NNY
5.4.5 text-transform  
capitalize YNY YNY
uppercase YNY YNY
lowercase YNY YNY
none YNY YNY
5.4.6 text-align  
left YYY YYY
right YYY YYY
center YYY YYY
justify BNY BNN
5.4.7 text-indent  
<length> YYY YYY
<percentage> YYY YYY
5.4.8 line-height  
normal YYY YYY
<number> YNY YBY
<length> BYY BBY
<percentage> YYY YBY
 

Box Properties

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
5.5.01 margin-top  
<length> YBY YBY
<percentage> YYB YBB
auto YYY YBY
5.5.02 margin-right  
<length> YYY YYY
<percentage> YNY YYY
auto NNN NNN
5.5.03 margin-bottom  
<length> YNY YNY
<percentage> YNB YNB
auto YNY YNY
5.5.04 margin-left  
<length> YYY YYY
<percentage> YYY YYY
auto NNN NNN
5.5.05 margin  
<length> BBY BBY
<percentage> BYB BBB
auto PYP NBP
5.5.06 padding-top  
<length> YNY YNY
<percentage> YNY YNB
5.5.07 padding-right  
<length> YNY YNY
<percentage> YNY YNY
5.5.08 padding-bottom  
<length> YNY YNY
<percentage> YNY YNB
5.5.09 padding-left  
<length> YNY YNY
<percentage> YNY YNY
5.5.10 padding  
<length> YNY YNY
<percentage> YNY YNB
5.5.11 border-top-width  
thin YNY YNY
medium YNY YNY
thick YNY YNY
<length> YNY YNY
5.5.12 border-right-width  
thin YNY YNY
medium YNY YNY
thick YNY YNY
<length> YNY YNY
5.5.13 border-bottom-width  
thin BNY BNY
medium BNY BNY
thick BNY BNY
<length> BNY BNY
5.5.14 border-left-width  
thin YNY YNY
medium YNY YNY
thick YNY YNY
<length> YNY YNY
5.5.15 border-width  
thin YNY YNY
medium YNY YNY
thick YNY YNY
<length> YNY YNY
5.5.16 border-color  
<color> YNY YNY
5.5.17 border-style  
none YNY YNY
dotted NNN NNY
dashed NNN NNY
solid YNY YNY
double YNY YNY
groove YNY YNY
ridge YNY YNY
inset YNY YNY
outset YNY YNY
5.5.18 border-top  
<border-top-width> NNY NNY
<border-style> NNY NNY
<color> NNY NNY
5.5.19 border-right  
<border-right-width> NNY NNY
<border-style> NNY NNY
<color> NNY NNY
5.5.20 border-bottom  
<border-bottom-width> NNY NNY
<border-style> NNY NNY
<color> NNY NNY
5.5.21 border-left  
<border-left-width> NNY NNY
<border-style> NNY NNY
<color> NNY NNY
5.5.22 border  
<border-width> BNY BNP
<border-style> YNY PNY
<color> YNY YNY
5.5.23 width  
<length> PNP PNP
<percentage> PNP PNP
auto PNP PNP
5.5.24 height  
<length> PNY PNY
auto PNY PNY
5.5.25 float  
left BNB BNB
right BNB BNB
none YNY YNY
5.5.26 clear  
none YYY YYY
left BNB BNB
right BNB BNB
both BNY YNY
 

Classification Properties

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
5.6.1 display  
block BNN BNN
inline NNN NNN
list-item BNN BNN
none YNY YNY
5.6.2 white-space  
normal YNN YNN
pre YNN YNN
nowrap NNN NNN
5.6.3 list-style-type  
disc YNY YNY
circle YNY YNY
square YNY YNY
decimal YNY YNY
lower-roman YNY YNY
upper-roman YNY YNY
lower-alpha YNY YNY
upper-alpha YNY YNY
none YNY BNY
5.6.4 list-style-image  
<url> NNY NNY
none NNY NNY
5.6.5 list-style-position  
inside NNQ NNQ
outside NNY NNY
5.6.6 list-style  
<keyword> YNY PNY
<position> NNQ NNQ
<url> NNY NNY
 

Units

Windows 95 Macintosh
Nav4 IE3 IE4 Nav4 IE3 IE4
6.1 Length Units  
em YNY YYY
ex QNQ QQQ
px YYY YYY
in YYY YYY
cm YYY YYY
mm YYY YYY
pt YYY YYY
pc YYY YYY
6.2 Percentage Units  
<percentage> YYY YYY
6.3 Color Units  
#000 YYY YBY
#000000 YYY YBY
(RRR,GGG,BBB) YNY YNY
(R%,G%,B%) YNY YNB
<keyword> BYY BYY
6.4 URLs  
<url> BYY BBY



Sizzling HTML Jalfrezi
ContactPurchase
Page Contents
Previous pageJalfrezi ContentsNext page

Click Here!