Quote:
Originally Posted by ubeaut
G'day Bob - I know this has been done before but dumb as I am I just can't find out how to fix it. Below are 2 screen shots the good one (top) is what I get with FF, Opera, Safari and all other browsers. The floating stupid looking one (bottom) is the view with IE. Is there a fix at all for this. It has just about driven me crazy. I've tried pretty much every manipulation of the .css possible and believe me that's real lot and no matter what I do I can't get IE to look anything like the rest.
Cheers - Neil
Attachment 83460
Attachment 83461
|
Yes I am the one that had this same problem. You need to change the br code in the forumhome template.
Replace:
Code:
<br style="clear: left" />
With:
Code:
<if condition="!is_browser('ie');"><br style="clear: left" /></if>