Created
February 9, 2012 09:27
-
-
Save sivan/1778722 to your computer and use it in GitHub Desktop.
使用CSS3 Transform缩放iframe
This file contains 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
#content_sub iframe[id^="baidu_clb"] { | |
-webkit-transform: scale(0.6); | |
-webkit-transform-origin: 100% 100%; | |
} | |
#content_sub div[id^="baidu_clb"] { | |
margin-left: -95px; | |
margin-top: -40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment