TheNightTerror on 19/8/2006 at 20:19
There's two more things, when you reply to a new thread, it's registering that there's a new post when you've already viewed what you wrote. :sweat: On the PM side of things, nothing on the 'reply to PM' page seems to be aligned like it was before, aside from the smilie box.
And I like the new edit thingy! :D
Kolya on 19/8/2006 at 20:57
Did no one tell you? 1024x768 is the new 800x600 ;)
Sluggs on 19/8/2006 at 21:34
I've recently started using it more in games, after upgrading my card, but i've always had my desktop set at 800x600.
Briareos H on 20/8/2006 at 07:25
Not a bug report, but I wanted to say "Multi quote for the win"
JACKofTrades on 20/8/2006 at 14:57
22. There is always a horizontal scroll bar no matter how you resize the window (maybe IE only?).
Vigil on 20/8/2006 at 15:07
Confirmed in IE6, does not occur in IE5, 5.5 or 7. Given it appears on every page, I suspect it's the ad banner at the top that's doing it. Specifically, this CSS rule:
Code:
.googlebar{
width:100%;
position:relative;
height:60px;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
100% width + left and right borders = stretching in standards-compliance mode. Why this doesn't manifest itself on Firefox, Opera or IE7 is a mystery I can't be bothered working out at the moment, but in any case remove the width:100% (and position:relative) rules and it should be fixed.
David on 20/8/2006 at 15:19
Buh, I have IE7 and my VM with IE6 isn't running properly >:|
Anyway, fixed.
Sluggs, I'm afraid that the smilies leaking off the edge of the page is something you'll probably have to put up with at 800x600. While I can't 100% verify it, it would appear that the old style did it as well, as I am able to use it still.
JACKofTrades on 20/8/2006 at 16:15
Wow. That was fast. :thumb: