javascript - 如何在 IE 中翻转网站? (4月1日)

标签 javascript html css

我们正在办公室搞 4 月 1 日的恶作剧,明天想把我们公司的网站翻几个小时:)

我的补丁在任何地方都有效,但在 IE 中无效...任何人都可以帮忙吗?

<script type="text/javascript">
   document.body.style.MozTransform = 'rotate(180deg)';
   document.body.style['-webkit-transform'] = 'rotate(180deg)';
</script>

最佳答案

关于javascript - 如何在 IE 中翻转网站? (4月1日),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5506553/

相关文章:

c# - 基于 HTML 代码生成 PDF(iTextSharp、PDFSharp?)

html - 如何使用 bootstrap 4.1 在 jumbotron 中间添加 html 表单?

html - 是什么导致 HTML Popup 中的文本垂直对齐到底部?

jQuery "thumbnail"函数

javascript - TypeError : Object(. ..) 不是带有 ECharts 的 Ionic 4 应用程序中的函数

javascript - WEBGL-FBO : Why is the DEPTH_COMPONENT texture blank after rendercall

javascript - 为什么使用 MQTT Node.JS 库?

javascript - HTML。在页面加载时自动设置日期时间本地 AM/PM

html - 更改容器在 Bootstrap 中的位置

java - 每个用户的 PHP 图像路径不同