The only thing I noticed is that the menu overlaps with the some of the page content on the top left corner, so I can't read any of the entries fully.
I'm using Safari browser on a Mac. Does anyone else have this issue?
Same problem here with Safari 3.x.
It's a style sheet issue as far as I can tell.
The style sheet is quite old:
-----------------------------------------------------
FraternityManuals.org MediaWiki 'monobook' style sheet for CSS2-capable browsers
FileName: main.css
Version: 2005.04.06
Author: jasonpearce.com
-----------------------------------------------------
At first glance this does seem to be a known problem because there is a 'fix' style sheet for Konqueror:
KHTMLFixes.css
++++++++++
/* KHTML fix stylesheet */
/* work around the horizontal scrollbars */
#column-content {
margin-left: 200px;
}
Since Safari shares the same DNA with Konqueror through WebKit I am hypothesizing that implementing something like the above will do the trick.
I don't have access to the code so I can't experiment and fix. Sorry.