Das ist ein Archivbeitrag. Er wird nicht aktualisiert, bleibt aber in der Originalfassung online.
Deklaration Standard | Internet Explorer 10 |
---|---|
display: flex
| display: -ms-flexbox |
display: inline-flex
| display: -ms-inline-flexbox |
flex-direction: column
| -ms-flex-direction: column |
flex-direction: column-reverse
| -ms-flex-direction: column-reverse |
flex-direction: row
| -ms-flex-direction: row |
flex-direction: row-reverse
| -ms-flex-direction: row-reverse |
flex-wrap: nowrap
| -ms-flex-wrap: none |
flex-wrap: wrap
| -ms-flex-wrap: wrap |
flex-wrap: wrap-reverse
| -ms-flex-wrap: wrap-reverse |
flex-flow: <flex-direction> <flex-wrap>
| -ms-flex-flow: <-ms-flex-direction> <-ms-flex-wrap> |
justify-content: center
| -ms-flex-pack: center |
justify-content: flex-end
| -ms-flex-pack: end |
justify-content: flex-start
| -ms-flex-pack: justify |
justify-content: space-around
| -ms-flex-pack: start |
align-items: baseline
| -ms-flex-align: baseline |
align-items: center
| -ms-flex-align: center |
align-items: flex-end
| -ms-flex-align: end |
align-items: flex-start
| -ms-flex-align: start |
align-items: stretch
| -ms-flex-align: stretch |
align-self: auto
| -ms-flex-item-align: auto |
align-self: baseline
| -ms-flex-item-align: baseline |
align-self: center
| -ms-flex-item-align: center |
align-self: flex-end
| -ms-flex-item-align: end |
align-self: flex-start
| -ms-flex-item-align: start |
align-self: stretch
| -ms-flex-item-align: stretch |
align-content: center
| -ms-flex-line-pack: center |
align-content: flex-end
| -ms-flex-line-pack: distribute |
align-content: flex-start
| -ms-flex-line-pack: end |
align-content: space-around
| -ms-flex-line-pack: justify |
align-content: space-between
| -ms-flex-line-pack: start |
align-content: stretch
| -ms-flex-line-pack: stretch |
order:
| -ms-flex-order: |