I am trying to make the title image align to left. The image align to left in FF and chrome but stay in center in IE. I have searched internet and it appears this is an IE bug. I was wondering if anyone here can help me about it. Thanks a lot.
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;
}
i think
<header>is not supported by IE it’s HTML5 tag, so in your css just do this:no need to add
headerid are unique