Forum Moderators: not2easy
I have indented the post text for blog pages as follows:
#maincol.blog {
margin-left:70px;
display:inline; /* fixes IE/Win doubble margin bug */
}
I have also floated a img of the post author to the left of the post.
.postauthorimg {
float:left;
width: 50px;
margin:0 20px 0 -70px;
display:inline; /* fixes IE/Win double margin bug */
}
Here's the corresponding nested HTML divs:
<div id="page" class="narrow">
<div id="maincol" class="blog">
<div class="post" id="post-1248">
<img class="postauthorimg">
Can anyone point out what I am doing wrong?
You'll find more of them when you have IE in quirks mode (depends on doctype and anything prior to the doctype)