博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Asp.Net】document.getElementById 的属性介绍
阅读量:6745 次
发布时间:2019-06-25

本文共 1967 字,大约阅读时间需要 6 分钟。

document.getElementById("id").style.xxx可以设置指定ID的控件的属性值。

主要支持以下一些属性设置:

 

盒子标签和属性对照
CSS语法(不区分大小写) JavaScript语法(区分大小写)
border border
border-bottom borderBottom
border-bottom-color borderBottomColor
border-bottom-style borderBottomStyle
border-bottom-width borderBottomWidth
border-color borderColor
border-left borderLeft
border-left-color borderLeftColor
border-left-style borderLeftStyle
border-left-width borderLeftWidth
border-right borderRight
border-right-color borderRightColor
border-right-style borderRightStyle
border-right-width borderRightWidth
border-style borderStyle
border-top borderTop
border-top-color borderTopColor
border-top-style borderTopStyle
border-top-width borderTopWidth
border-width borderWidth
clear clear
float floatStyle
margin margin
margin-bottom marginBottom
margin-left marginLeft
margin-right marginRight
margin-top marginTop
padding padding
padding-bottom paddingBottom
padding-left paddingLeft
padding-right paddingRight
padding-top paddingTop
颜色和背景标签和属性对照
CSS 语法(不区分大小写) JavaScript 语法(区分大小写)
background background
background-attachment backgroundAttachment
background-color backgroundColor
background-image backgroundImage
background-position backgroundPosition
background-repeat backgroundRepeat
color color
 
样式标签和属性对照
CSS语法(不区分大小写) JavaScript 语法(区分大小写)
display display
list-style-type listStyleType
list-style-image listStyleImage
list-style-position listStylePosition
list-style listStyle
white-space whiteSpace
 
文字样式标签和属性对照
CSS 语法(不区分大小写) JavaScript 语法(区分大小写)
font font
font-family fontFamily
font-size fontSize
font-style fontStyle
font-variant fontVariant
font-weight fontWeight
 
文本标签和属性对照
CSS 语法(不区分大小写) JavaScript 语法(区分大小写)
letter-spacing letterSpacing
line-break lineBreak
line-height lineHeight
text-align textAlign
text-decoration textDecoration
text-indent textIndent
text-justify textJustify
text-transform textTransform
vertical-align

verticalAlign

使用如下:

document.getElementById("panel1").style.backgroundColor='#ff0000';

转载地址:http://ciuho.baihongyu.com/

你可能感兴趣的文章
不要只关注马斯克猎鹰,中国SpaceX在哪?商业航天我们不能缺席!
查看>>
快速理解什么是APT
查看>>
Sccm2012 之部署前准备
查看>>
敏捷个人纸质书:第一章 源于生活和工作的敏捷个人
查看>>
perl学习笔记(1)
查看>>
nginx限制用户下载文件速率
查看>>
JavaScript服务器端开发基础之Math对象小结
查看>>
连接第三方 腾讯QQ家校.师生群向智慧教学一路狂奔
查看>>
MySQL5.7 GR VS MariaDB10.1.19 Galera Cluster性能压测
查看>>
FPI厂商SoleraNetworks被Blue Coat收购
查看>>
粉丝经济,还有戏吗?
查看>>
简单三步,搞定“量产”Windows 2008
查看>>
C#网络编程系列文章索引
查看>>
寄语2013应届实习生
查看>>
Python学习笔记四(Python OS模块)
查看>>
修改注册表缩短Win 7程序响应时间
查看>>
RHEL6安装VNC服务
查看>>
Symfony2博客应用程序教程:第四部分-安全介绍
查看>>
第二组视频:MySQL复制
查看>>
Windows Server 2012 R2工作文件夹⑧:非域客户端配置工作文件夹
查看>>