js动态设置padding-top遇到的坑
2019-08-14 09:45:42来源:博客园 阅读 ()
我想通过js动态设置元素padding-top的百分比值:以下几种都是无法设置成功的:
// setAttribute设置padding-top并且转换为百分比 imageBox.setAttribute('padding-top',`${(imageHeight/imageWidth)*(swiperWidth/imageBoxWidth)*100}%`); //setAttribute设置padding-top使用percentage imageBox.setAttribute('padding-top',`percentage(${(imageHeight/imageWidth)*(swiperWidth/imageBoxWidth)})`); // style属性直接设置 使用percentage imageBox.style.paddingTop = `percentage${(imageHeight/imageWidth)*(swiperWidth/imageBoxWidth)}`;
成功实现的方式:
imageBox.style.paddingTop = `${(imageHeight/imageWidth)*(swiperWidth/imageBoxWidth)*100}%`;
percentage这个百分比用法在css中是起作用的,在js中还是设置css样式的时候还是尽量少用,会出现设置不成功的问题,还是需要转换成百分比。
原文链接:https://www.cnblogs.com/beileixinqing/p/11151484.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:CSS是什么
- 循序渐进VUE+Element 前端应用开发(3)--- 动态菜单和路由的 2020-05-27
- css设置overflow:hiden行内元素会发生偏移的现象 2020-05-09
- h5 video标签在ios8,9无法设置静音 2020-04-13
- css--->圆角设置 2020-04-05
- HTML 链接展现形式与target属性和锚文本设置 2020-03-25
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash