Home  >  Article  >  Web Front-end  >  怎么做到HTML页面横向展示。_html/css_WEB-ITnose

怎么做到HTML页面横向展示。_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:22:591712browse

HTML 页面需要这样展示,请问有什么方法吗,(只要支持IE即可)


回复讨论(解决方案)

http://www.w3school.com.cn/css3/css3_2dtransform.asp
只支持IE10以上

楼上的方法尝试了下,IE9 也是可以的 
-ms-transform:rotate(270deg); /* Internet Explorer 9 */

IE8以下的时候使用Matrix 滤镜(filter):
http://blog.sina.com.cn/s/blog_5ed90bcd0101l4mm.html

CSS3的2D旋转可以做到的。不过你这需求真的很奇特,呵呵

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