This is the CSS:
.float-right {
float: right;
background: url(img.png);
width: 10px;
height: 10px;
text-decoration: none;
}
So this should make the `.float-right` element float to the right of the text in the header, but in IE7 it doesn't! I don't care about IE6, I just have to get this working in IE7 and newer.
以上就是HTML/CSS: Floating element in H2 element的详细内容,更多请关注web前端其它相关文章!