Home  >  Article  >  Web Front-end  >  Code to use CSS to rotate tables IE only_Experience exchange

Code to use CSS to rotate tables IE only_Experience exchange

WBOY
WBOYOriginal
2016-05-16 12:08:231358browse

Flip 90 or 180 degrees should be understood as "flip 90 or 180 degrees", use the mirror flip filter fliph, flipv.
A table stays put

A simple table


The table is mirrored horizontally along the X-axis (90 degrees)

A simple table



The table is mirrored vertically along the Y axis Flip (180 degrees)

A simple table


table{FILTER: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);}
Rotation angle filter
A table stays put

A simple table



The table is rotated 90 degrees clockwise

A simple table



The table rotates 180 degrees clockwise

a Simple table



Table rotated 270 degrees clockwise

A simple table td>


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn