just asking...
[/color]
Last edited by charmcharmcharm14 (2008-05-31 22:43:36)
[/quote]
If you read the post,you should paste it in your [url=http://theftalk.com/t22027-Making-Extensions-Files.-%5BFriendster-Editing%5D.html][b]CSS File[/b][/url].
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)
where can i put those codes? sorri i didnt understand quite well .. what i understand was paste in css codes ( but dont know the "extension" words there ) .. plz help me:cry:
tnx for sharing this tutorial by the way ..