码迷,mamicode.com
首页 > Web开发 > 详细

CSS动态表达式

时间:2015-02-06 11:09:34      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

样式:style:expression(脚本)

 如:

 1 _top: expression(this.offsetHeight);

 1 _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0))); 

 

CSS动态表达式

标签:

原文地址:http://www.cnblogs.com/flyfishing/p/4276482.html

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