顺时针或逆时针旋转网页
我想为用户提供旋转网页内容的选项,包括图像、文本和 div。这可能吗?
PS:
我想旋转整个网页。不仅仅是一个容器 div。
I want to give user the option to rotate the content of my webpage, including images, text and divs. Is this possible?
PS:
I want to rotate the entire webpage. Not just a container div.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 CSS3
http://jsfiddle.net/KdNNy/1/
不适用于所有不过浏览器。此示例仅适用于 Firefox 和 chrome/safari。歌剧应该也有。也许甚至是 IE
编辑
,以防万一有人认为“哦,他只是旋转了一个 DIV!”,请检查这个
http://jsbin.com/utupu5/(整页)
You could use CSS3
http://jsfiddle.net/KdNNy/1/
Doesn't work on all browsers though. This example is only for firefox and chrome/safari. Opera should have it as well. Maybe even IE
EDIT
And just in case anyone thinks "oh he's just rotating a DIV!", check this
http://jsbin.com/utupu5/ (full page)
我听说实现这一目标的唯一方法是将 HTML 嵌入到 SVG 外部内容元素中。
the only way I have heard of to make this achieved is embeding your HTML in a SVG foreign content element.
如果您使用 jQuery,则可以使用 jRumble 插件来实现此目的。
可以在此处找到相关网站
If you're using jQuery you can use the jRumble plugin to achieve this
The relevant website can be found here