码迷,mamicode.com
首页 > 其他好文 > 详细

safari fixed bug

时间:2014-11-05 16:49:08      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:io   ar   for   sp   on   bs   line   nbsp   c   

safari iframe下fixe无法显示

-webkit-animation: safariFixedBug 0 linear 0.1s;
   -webkit-animation-fill-mode: forwards;
   -webkit-animation-iteration-count: 1;

@-webkit-keyframes safariFixedBug {
    0% {
    top:0;
    }

    100% {
      top:1px
    }
}

safari fixed bug

标签:io   ar   for   sp   on   bs   line   nbsp   c   

原文地址:http://www.cnblogs.com/zodiacblog/p/4076401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!