Mar 8th, 2009, 10:36 PM
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:
Does that line look exactly like this to you? The #content { overflow: hidden } part was added to fix the bug.
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.