You did not understand my problem. But I already found the solution. It's not a bug in miniBB, it's in IE6. You can search the web for the "horizontal scrollbar in frames"-problem. There are many sites about it, and different kinds of solutions. This problem didn't appeared in 1.7 because 1.7 used a doctype, which caused quirks-Mode in IE and the scrollbar exists only in standards-mode. I solved the problem by adding html { overflow-x:hidden; } to the CSS. Now the CSS isn't valid anymore. There are also other solutions, but none is perfect. |