Hi,<br><br>looks like the current wiki code has a problem with  <span class="gI">FireFox 9.0, the menu is displayed under the main content div. It seems (<a href="http://support.mozilla.org/en-US/questions/906789#answer-290813">http://support.mozilla.org/en-US/questions/906789#answer-290813</a> or <a href="http://forums.mozillazine.org/viewtopic.php?f=25&amp;t=2392487">http://forums.mozillazine.org/viewtopic.php?f=25&amp;t=2392487</a>) like a browser sniffing problem in wiki javascript code:<br>

<br></span>This is caused by browser sniffing that has been broken in Firefox 9. 
The property navigator.taintEnabled is no longer supported so the wrong 
css file gets loaded which sets the margin-left of the div 
column-content to zero. As a result there is less room for the 
navigation div which is pushed down.
<br><span class="gI"><br>Don&#39;t know whether FireFox devs will get back  the </span> navigator.taintEnabled property or the wiki code base should be patched... The same problem appears on a lot of  other wiki sites (including, for example, <a href="http://k5wiki.kerberos.org">http://k5wiki.kerberos.org</a>)<br>

<br>@+<br>