Quote:
Originally Posted by Damsella
I love this mod, thanks so much, it is brilliant!
The only small problem I have is that in Firefox, on Showthread, it loads the forum wide and then afterwards (less than one second, but easily seen) it loads the side bar and the forum goes narrow. So everything jumps around.
It works fine on every other page - the sidebar loads and the forum loads to the right of it. And it works fine in IE.
Is there any way to get the sidebar to load first on Showthread? I have looked with Firebug but can't work it out.
(I have read through this thread but can't see the answer.)
|
I think this is due a timer I used to run force expand for some reasone frankly I don't remember why

. Look for
PHP Code:
setTimeout("force_expand();",500);
play with 500 ms to smaller number or remove the timer for good and change it to
PHP Code:
force_expand();
See if this will fix what you don't like