I have a weird issue that occurs when viewing my homepage (http://www.adminaddict.com/) with Internet Explorer 6 or 7. As you can see in this image, it causes some text to be broken up to the point where only one word is printed per line. http://i40.tinypic.com/5mqux.gif+ It's a huge design issue and I have no idea what the cause of it is. I'm baffled, since it works fine in IE 8, FF and most other browsers. Any assistance or guidance is greatly appreciated.
It is because the one of the columns(left column or right column) break the width of their box . Try to fix it by setting a smaller width or small margin of the column DIV.
I don't have IE 6 or 7 installed so I'm waiting on www.browsershots.org to show me what it looks like. If you've got one of those versions of IE installed, could you check it out for me? I've applied the change you recommended. I appreciate it.
I just checked it in IE7 and it looks right to me. Two things I noticed: there's a slight margin difference between IE7 and FF regarding the space between the last post and the "older entries" link/div, as well as at the bottom of posts. However, judging from the picture, at least the latter one was already there. Second, in IE, when your "Posted on..." is too long and runs into "Subscribe | Add a Comment", IE squishes the latter to fit, while FF moves it down a line. Maybe not a big difference, but I thought I'd point it out. (Again, I don't think either of these had to do with the change, but regardless I thought I'd point them out.) Let me/us know if you have any questions.
Step 1, clean up the 27 validation errors so you do not have Step 2, get all that presentational nonsense OUT of the markup. Step 3, get rid of all those unneccessary classes. Step 4, upgrade to the latest wordpress before you are hacked, not that upgrading REALLY makes a difference in that department. Step 5... At that point, throw it out and start over with clean semantic markup and separation of presentation from content. The markup vomited up by that current theme isn't fit to wipe with - As evidenced by the 30k of markup for 12k of content, inlined style attributes, redundant classes on elements that are all the same inside a common wrapper, simple fixed width layout that somehow has four DIV before it even gets to the heading, nonsensical heading orders, etc, etc...
I have no experience with WordPress themes. This one was custom made along with our forum skin. I will take your suggestions into consideration and see what I can do.