[b]@Ephemeral[/b]
i think this should be updated bro

i tried this script and the problem is the scrollbars appear and its not center coz the hide is not working

in order to make this trick work you should hide the sideboxes

this part should be change

[quote]overflow:auto[/quote]
into

[quote]overflow:auto visibility:hidden!important[/quote]
and this part should be change

[quote]body { overflow-x: visibility:hidden!important }[/quote]
into

[quote]body { overflow-x: hidden!important }[/quote]
and last to change is

[quote]{ display:none!important }[/quote]
into

[quote]{ display:none!important[b];[/b] }[/quote]
coz you forgot this part

[b];[/b]
so this is the the code now

<">
Last edited by simpleMe (2008-06-03 21:44:15)