Welcome to our compatibility table for current browsers. This table is laid out in a number of smaller tables, to make it easier to find what you're looking for; either use the Contents list, or hit Ctrl F to find what you need.

Each of the tables also links (through its heading) to our CSS Guide, providing more detailed information about that aspect of CSS.

[edit] Linking and embedding

[edit] Embedding style sheets

<style type="text/css"> </style>
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Linking to style sheets

<link rel="stylesheet" type="text/css" href="http://www.example.com/style.css" />
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Statements

[edit] @import

@import url(http://www.example.com/style.css);
@import "http://www.example.com/style.css";
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] @media

@media print {
    body {}
    }
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] @page

@page {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported

[edit] Comments

/* This is a style sheet comment */
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Selectors

[edit] Type

body {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Class

p.example {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] ID

p#example {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Descendant

h1 strong {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Link pseudo class

a:link {}
a:visited {}
a:hover {}
a:active {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] First line

p:first-line {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Partial support: Partial support: Partial support: Supported Supported Supported Supported Partial support:

[edit] First letter

p:first-letter {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Buggy support:

[edit] Before

p:before {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Partial support: will not apply positioning properties to the element. Partial support: will not apply positioning properties to the element. Supported Supported Supported Supported Supported Supported

[edit] After

p:after {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Partial support: will not apply positioning properties to the element. Partial support: will not apply positioning properties to the element. Supported Supported Supported Supported Supported Supported

[edit] Selector groups

a:link, a:visited, a:active, a:hover {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Dynamic pseudo class

p:hover {}
p:active {}
p:focus {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: only applies to links. Partial support: only applies to links. Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Language pseudo class

q:lang(fr) {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Supported Supported Supported Not supported Not supported Buggy support: will not match elements where the language is inherited. Buggy support: will not match elements where the language is inherited. Supported

[edit] Child

p > img {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Buggy support: if a simple selector is missing, IE7 treats it as a universal selector, instead of failing. Supported Supported Supported Supported Supported Supported Supported Supported

[edit] First child

p:first-child {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Buggy support: if an element is dynamically inserted, IE7 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, FF1.5 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, FF2 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, FF3 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 1.3 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 2 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 3 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 3 (iPhone) will ignore it for the purposes of this selector. Supported

[edit] Adjacent

h1 + p {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Buggy support: if a simple selector is missing, IE7 treats it as a universal selector, instead of failing. Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Attribute

a[title] {}
a[title="example"] {}
a[title~="example1 example2"] {}
a[title|="example"] {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Text style properties

[edit] color

color: #ffffff;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] font-weight

font-weight: bold;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] font-family

font-family: "Courier New", Courier, monospace;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] font-size

font-size: 14px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] font-variant

font-variant: small-caps;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] font-style

font-style: italic;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] text-decoration

text-decoration: underline;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] text-transform

text-transform: uppercase;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] text-shadow

text-shadow: -2px -2px 3px #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Supported Supported Supported Supported Supported Supported

[edit] text-stroke

text-stroke: 1px #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported Supported Not supported

[edit] text-fill-color

text-fill-color: #ffffff;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported Supported Not supported

[edit] Text layout properties

[edit] letter-spacing

letter-spacing: .05em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] word-spacing

word-spacing: .1em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] line-height

line-height: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] vertical-align

vertical-align: top;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: the values top and bottom are the same as text-top and text-bottom. Buggy support: the values top and bottom are the same as text-top and text-bottom. Buggy support: the values top and bottom are the same as text-top and text-bottom. Supported Supported Supported Supported Supported Supported Supported Supported

[edit] text-indent

text-indent: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] text-align

text-align: center;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] direction

direction: rtl;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] unicode-bidi

unicode-bidit: bidi-override;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Not supported Not supported Not supported Not supported Supported

[edit] Background properties

[edit] background-color

background-color: #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] background-image

background-image: url(../images/bg.png);
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] background-attachment

background-attachment: fixed;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

[edit] background-repeat

background-repeat: repeat-x;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] background-position

background-position: top right;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] background

background: #000000 url(../images/bg.png) fixed repeat-x top right;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Border properties

[edit] border-width

border-width: 1px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] border-color

border-color: #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] border-style

border-style: dotted;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: in some circumstances the dotted value is treated as dashed. Buggy support: in some circumstances the dotted value is treated as dashed. Buggy support: in some circumstances the dotted value is treated as dashed. Supported Supported Supported Supported Supported Supported Supported Supported

[edit] border-top, border-left, border-bottom, border-right

border-top: 1px dotted #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] border

border: 1px dotted #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Margin properties

[edit] margin, margin-top, margin-left, margin-bottom, margin-right

margin-left: 5%;
Internet Explorer Mozilla Firefox Safari


[edit] Padding properties

[edit] padding, padding-top, padding-left, padding-bottom, padding-right

padding-top: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: padding will be applied inside the elements width, instead of adding to the width. Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Page layout properties

[edit] position

position: relative;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: does not support the value of fixed. Partial support: does not support the value of fixed. Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] top

top: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] left

left: 5%;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] bottom

bottom: 0;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] right

right: 5px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] width

width: 300px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] min-width

min-width: 20%;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

[edit] max-width

max-width: 35em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

[edit] height

height: 3em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] min-height

min-height: 21px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

[edit] max-height

max-height: 50px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

[edit] z-index

z-index: 1;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

[edit] visibility

visibility: hidden;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported


[edit] overflow

overflow: hidden;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Supported Supported Supported Partial support: Partial support: Partial support: Partial support: Supported

[edit] float

float: left;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] clear

clear: both;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] clip

clip: rect(10px 5% 10px 5%);


Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Supported Supported Supported Supported Supported Supported Supported Supported

[edit] Page style properties

[edit] box-shadow

box-shadow: 10px 5px 3px #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported: must use the -webkit- prefix. Supported: must use the -webkit- prefix. Not supported

[edit] Element type properties

[edit] display

display: block;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Partial support: Partial support: Supported Supported Supported Supported Supported Supported

[edit] white-space

white-space: pre;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Partial support: Partial support: Partial support: Partial support: Partial support: Supported Supported Supported

[edit] list-style-type

list-style-type: decimal;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Partial support: Supported Supported Supported Supported Supported Supported Partial support:

[edit] list-style-image

list-style-image: url(../images/bullet.png);
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

[edit] list-style-position

list-style-position: inside;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] list-style

list-style: inside none url(../images/bullet.png);
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] border-collapse

border-collapse: collapse;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

[edit] border-spacing

border-spacing: 5px .75em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] caption-side

caption-side: bottom;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Supported Supported Supported Supported Supported Supported Supported Supported

[edit] empty-cells

empty-cells: hide;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Buggy support:


[edit] table-layout

table-layout: fixed;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported