I do see a scrollbar when navigating on the page, for a split second.
Have you tried adding an:
or overflow-y: hidden; in the CSS? Make sure to add it to the entire content bit (being the table style or so).
I can't test it for you myself, as any changes I've made are client-side, and thus, will be void once I reload or change the page.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
|