I tested the fixes on windows vista in IE7, FF2.0.6, opera 9.23 and Safari 3.0.3: #CommentResults li ul {min-width: 0px;} #UserResults li ul {min-width: 0px;} .ContentInfo h1 { color: #000; margin-right:100%; }
I've got safari 2 but not IE6. Is there a forum online anywhere with these fixes implemented? Might be worth listing it on the community to get someone who hasnt updated to IE7 yet to check.
"Hi Tex, indeed this fixes the Problem! THANK YOU for that. Only tiny problem after that, "Bottom of Page" is now in the next line of text and not like it should be in the same line as the Discussion title. But that is acceptable. Thank you!"
I understand html>body .ContentInfo h1 { width:80% !important; } is about the tittle disappearing under the link to bottom of the page in FF or pushing it under in Opera and IE7 (didn't test on safari).
I think The follow work better in IE7 and Opera: html>body .ContentInfo h1 { width:auto !important; max-width: 80%; } body#DiscussionsPage .ContentInfo h1 { width:auto !important; max-width: 100% !important; } I didn't added this one, need to be tested.
It looks like this issue is repeated on the search pages: (screenshot of 1.1.3 Rc1 on XP IE7) It was on two of the searches, but I don't remember if the other one was comments or users.
Otherwise, everything else looks great in IE6, Opera 9, and FF2