horizontal posts won’t wrap correctly in IE
-
I’m working on horizontal posting (2 rows of 4 each) for this site.
In Moz/FF things look fine:
Post 1 | Post 2 | Post 3 | Post 4
Post 5 | Post 6 | Post 7 | Post 8But in IE the 2nd row doesn’t wrap all the way to the left and breaks up like this:
Post 1 | Post 2 | Post 3 | Post 4
_______________Post 5
Post 6 | Post 7 | Post 8I’m using a wide container div in which the posts each float:left. Is there something I’m missing?
Here’s my index.php code and the relevant css (there is nothing relevant in the css for #content or .entry):
https://pastebin.com/800554
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘horizontal posts won’t wrap correctly in IE’ is closed to new replies.