One blogger found an incompatibility with Internet Explorer 8 and the Abstrakt3c style for classic blogs. The white background doesn't carry over behind the entry content, so the background is the same dark green that's supposed to be on the left and right side of your blog, making the text difficult to read.
The explanation: IE 8 works unexpectedly when you try to float divs.
The solution: Float the "content" and "content-inner" divs left.
- Log into UThink and select your blog from the dashboard.
- Go to Design > Templates
- Click on your Stylesheet template
- Beneath the existing code, add this:
#content { float:left } #content-inner { float:left }
- Save and Re-Publish.

Add a Reply