![]() How to remove scrollbars? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Skinning (/forumdisplay.php?fid=41) +----- Thread: How to remove scrollbars? (/showthread.php?tid=84648) How to remove scrollbars? by DennisMartijn on 07-03-2008 at 06:33 PM
The scrollbars in the contact list. I know 2 easy ways to hide elements like the search bar: LayoutPos=None and rect(1600,0,0,0) or something like that. RE: How to remove scrollbars? by spongeboy on 07-03-2008 at 11:33 PM <body scroll="no"> That's how you remove them using HTML. Just add it to your body tags. RE: How to remove scrollbars? by LuckyMe on 07-03-2008 at 11:33 PM
Try looking at 1001 style, search for scrollbar elements, i´ve added a "visible:false;" and it works, like this: quote: Hope that helps! RE: How to remove scrollbars? by DennisMartijn on 07-04-2008 at 04:31 PM
SimpleScrollbar[vertical] |