Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一个swf对象添加到 html 页面中。它有很多用户互动。默认情况下它工作正常。页面中有一个选项,用户可以在其中放大/缩小整个页面。我正在应用css transform属性来缩放整个父级div。
swf
css
transform
div
-webkit-transform: scale(0.8);
缩放后,swf 被缩小但我无法与对象交互。我不能点击任何按钮,不能输入任何文字。
有没有办法来解决这个问题。我完全被打动了。