Style对象的主要需要关注的属性分为4类,下面分别介绍下:

  • Background 属性

  backgroundColor 属性设置元素的背景颜色

    Object.style.backgroundColor=color-name|color-rgb|color-hex|transparent

    document.getElementById('test_id4').style.backgroundColor="#FFCC80";

  • Border 和 Margin 属性

document.getElementById("test_id4").style.padding="1cm";

document.getElementById("test_id4").style.border="thick dotted #000000";

document.getElementById("test_id4").style.border="thick dotted #000000";

document.getElementById("test_id4").style.margin="2cm";

  • Layout 属性

document.getElementById("test_id4").style.cursor="help";

document.getElementById("test_id4").style.display="none";

效果如同删除了,原来的位置也被删除了,完全不展示了

document.getElementById("test_id4").style.visibility="hidden";

效果就是不显示了,但是位置还在

document.getElementById("test_id4").style.height="100px";

document.getElementById("test_id4").style.width="300px";

  • Text 属性

document.getElementById("test_id4").style.color="#ff0000";

document.getElementById("test_id4").style.fontFamily="arial,sans-serif";

document.getElementById("test_id4").style.fontSize="larger";

document.getElementById("test_id4").style.fontStyle="italic";

document.getElementById("test_id4").style.fontWeight="900";

最新文章

  1. BZOJ3697: 采药人的路径
  2. coreData 深入理解4 --总结 (线程安全与同步--iOS5 前后对比)
  3. 揭开UTF-8的神秘面纱
  4. IIS CS0016: 未能写入输出文件“c:\WINDOWS\Microsoft.NET\Framework\.。。”--“拒绝访问
  5. android学习笔记31——ADB命令
  6. Linux下的C高级编程---学习
  7. office web apps
  8. HDU_1401——同步双向BFS,八进制位运算压缩,map存放hash
  9. iOS 在TabViewController中的一个ViewController跳转到另一种ViewController
  10. jQuery技巧大放送【转】
  11. GET方式提交中文编码问题以及三种解决方式
  12. json格式数据整理
  13. 连接Redis_五种数据格式
  14. Solidity构造函数和析构函数
  15. js 类
  16. Python_collections_namedtuple可命名元组
  17. [Tyvj1001]第K极值 (贪心?模拟)
  18. MySQL--NUMA与MySQL
  19. ZOJ 1610 Count the Color(线段树区间更新)
  20. Swift 多态

热门文章

  1. python调试工具----pycharm快捷键及一些常用设置
  2. POJ 3660 Cow Contest (dfs)
  3. Linux命令之killall
  4. Python开发基础-Day11内置函数补充、匿名函数、递归函数
  5. AC自动机专题总结
  6. BZOJ 1042:[HAOI2008]硬币购物(容斥原理+DP)
  7. HDU 5638 Toposort 拓扑排序 优先队列
  8. web安全开发指南--权限管理
  9. CDHtmlDialog 基本使用
  10. kibana-sentinl-监控报警