gpt4 book ai didi

css - IE 文本对齐属性错误

转载 作者:太空宇宙 更新时间:2023-11-04 15:55:54 26 4
gpt4 key购买 nike

我正在尝试使标题图像向左对齐。图片在 FF 和 chrome 中左对齐,但在 IE 中居中。我搜索了互联网,看来这是一个 IE 错误。我想知道这里是否有人可以帮助我。非常感谢。

HTML

<header>
<div id='title'>
<img src='images/title.png'> //I want this image align to left in IE
</div>
</header>

CSS

header #title{

text-align:left;

}

最佳答案

我想<header> IE 不支持它是 HTML5 标签,所以在你的 css 中这样做:

#title{
text-align:left;
}

无需添加header id 是唯一的

关于css - IE 文本对齐属性错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10464535/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com