Mar 8th, 2009, 11:48 PM
Hi Ben!
The part that you described is missing. I have since edited the file and it's fine now
The part that you described is missing. I have since edited the file and it's fine now
(Mar 8th, 2009, 10:36 PM)admin Wrote: Weird... I just checked on both Mac + PC, and Safari 3 now hides the horizontal scrollbar for me.
Do this: go to your /global/scripts/general.js file in your browser and look for the line: function ellipsis(e) - it's near the bottom. After that function you should see a line like this:
Code:document.write('<style type="text/css">' + '.ellipsis { margin-right:-10000px; } #content { overflow: hidden }</style>');
Does that line look exactly like this to you? The #content { overflow: hidden } part was added to fix the bug.