Created
September 9, 2012 04:38
-
-
Save RhinoLu/3682626 to your computer and use it in GitHub Desktop.
解決 swffit 在 IE9 下出現捲軸(scroll bar)的問題
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 解决swffit在ie9下的bug */ | |
object | |
{ | |
position: absolute; | |
outline: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment