What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » How to remove scrollbars?

How to remove scrollbars?
Author: Message:
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. How to remove scrollbars?
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.

The problem, what element in wich file stands for the vertical scrollbars? or both, for all I know?
I tried 923 Definition, though I can't find anything similair to that.
I'm using Open Live.

So, if anyone knows how to tweak with them, thanks ;D
07-03-2008 06:33 PM
Profile E-Mail PM Find Quote Report
spongeboy
Full Member
***

Avatar

Posts: 113
Reputation: 3
Joined: Sep 2007
RE: How to remove scrollbars?
<body scroll="no"> That's how you remove them using HTML. Just add it to your body tags.
07-03-2008 11:33 PM
Profile PM Find Quote Report
LuckyMe
Skinning Contest Winner
***

Avatar

Posts: 147
Reputation: 7
– / Male / Flag
Joined: Feb 2008
Status: Away
RE: How to remove scrollbars?
Try looking at 1001 style, search for scrollbar elements, i´ve added a "visible:false;" and it works, like this:

quote:
Scrollbar
{
AccName:rcstr(20194);
AccRole:3;
Accessible:true;
Padding:rect(0,1,0,1);//rcrect(20189);
BorderThickness:rect(0,1,0,0);//rcrect(20191);
BorderColor:rgb(0,0,0);//rcclr(20187);
Visible:false;
}


Hope that helps!
07-03-2008 11:33 PM
Profile E-Mail PM Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: How to remove scrollbars?
SimpleScrollbar[vertical]
{
LayoutPos:none;
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rcrect(20188);
BorderThickness:rcrect(20190);
BorderColor:rcclr(59504);
}

This is a better method. Setting Visible to false only results in invisibility, though I actually wanted the Contact List Contact Mouse Over image to go over the whole list, instead of being blocked by the invisible bar.

Um, yay ;3
07-04-2008 04:31 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On