Somehow, certain posts with images (and RSS feeds) are adding a
tag, and it's really breaking things. It looks like Flickr's "blog this" feature adds this DIV below the image being posted.
Example:
http://shifuimam.livejournal.com/1990/08/26/ It also breaks with the default style:
http://shifuimam.livejournal.com/1990/08/26/?s2id=20531222 Any ideas?
[edit]
It looks like clear:both is causing the div to clear the entire right-hand nav column. It can be overridden with a special CSS style that doesn't work in IE (I fixed it in Firefox - you can compare the links above in IE7 and FF), but I imagine it could be fixed in the style itself.
[/edit]