您的位置:58编程 > html style属性 HTML DOM Style alignItems 属性

html style属性 HTML DOM Style alignItems 属性

2023-04-27 19:33

html style属性 HTML DOM Style alignItems 属性

html style属性 HTML DOM Style alignItems 属性

html style属性

Style alignItems 属性

Style 对象参考手册 Style 对象

实例

居中对齐灵活的 <div> 元素的各项:

document.getElementById("myDIV").style.alignItems="center";


定义和用法

alignItems 属性规定灵活容器内的各项的默认对齐方式。

提示:使用每个项目的 align-self 属性可重写 align-items 实现。


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

IE11、Firefox、Chrome 和 Opera 支持 alignItems 属性。

Safari、IE 9 及其之前的版本不支持 alignItems 属性。IE 10 需要前缀 MS。

语法

返回 alignItems 属性:

object.style.alignItems

设置 alignItems 属性:

object.style.alignItems="stretch|center|flex-start|flex-end|baseline|initial|inherit"

属性值

描述
stretch 默认值。项目被拉伸以适应容器。
center 项目位于容器的中心。
flex-start 项目位于容器的开头。
flex-end 项目位于容器的结尾。
baseline 项目位于容器的基线上。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: stretch
返回值: 字符串,表示元素的 align-items 属性。
CSS 版本 CSS3


相关文章

CSS 参考手册:align-items 属性

HTML DOM STYLE 参考手册:alignContent 属性

HTML DOM STYLE 参考手册:alignSelf 属性


Style 对象参考手册 Style 对象

阅读全文
以上是58编程为你收集整理的html style属性 HTML DOM Style alignItems 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 58编程 58biancheng.com 版权所有 联系我们
桂ICP备12005667号-32 Powered by CMS