In an effort to debug it slightly, if you remove say the statistics extension (i assume that's what it is) do the discussions start higher up? It's happened before where discussions only start below the bottom of the panel but i cant entirely remember why.
Might have to hack the CSS something similar to changing
to
#Content {
margin:0px 18px 0px 235px;
position: relative;
top: 0px;
}#Content {
margin:0px 18px 0px 235px;
}
in /themes/vanilla/styles/default/vanilla.css
Try position: absolute also, but you would have to use a different value for the top:... just keep bumping the number higher until the grid is where it belongs.
If it happens only in IE and moves with the content of the sidebar, I think wallphone is right, it's probably a CSS issue. I tried looking at it in IE but as a guest you don't see the long sidebar and I don't have the CJK character set installed, so the problem didn't occur.
Try using the "CSS > Test Styles" function of the IE web accessibility toolbar to get it working again. It's not as good as the firefox edit css, but it works. The IE-own developer toolbar can help too in debugging, but AFAIK it will not live edit css.
BTW: looking at your "PageDetailsMessageFull" and similar messages, you've not yet translated all the strings.
Comments
mad...
Might have to hack the CSS something similar to changing in /themes/vanilla/styles/default/vanilla.css
Try position: absolute also, but you would have to use a different value for the top:... just keep bumping the number higher until the grid is where it belongs.
i hacked the css many times but it didn't work
# Engin,
i just translated the English to Chinese
Try using the "CSS > Test Styles" function of the IE web accessibility toolbar to get it working again. It's not as good as the firefox edit css, but it works. The IE-own developer toolbar can help too in debugging, but AFAIK it will not live edit css.
BTW: looking at your "PageDetailsMessageFull" and similar messages, you've not yet translated all the strings.
some people add the following to \languages\Chinese_Simplified and it works
[quote]// Who's Online
$Context->Dictionary["Who's Online"] = "看è°åœ¨çº¿";
$Context->Dictionary["Hide the \"Who's Online\" panel"] = "éšè—“看è°åœ¨çº¿â€é¢æ¿";
$Context->Dictionary["Hide my username from the \"Who's Online\" panel"] = "在“看è°åœ¨çº¿â€éšè—自己的åå—";
$Context->Dictionary["guest"] = "游客";
$Context->Dictionary["guests"] = "游客";[/quote]