What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [?] Contact List Tab Borders

[?] Contact List Tab Borders
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [?] Contact List Tab Borders
923 style
look for
code:
button[class="TabButton"]
{
    foreground:argb(0,152,151,139);
    Accessible:true;
    AccRole:43;
    tooltip:true;
    animation:rectanglev|fast|log;
    alpha:192;
    padding:rect(1,1,0,1);
}
button[class="TabButton"][enabled=false]
{
    foreground:rgb(128,128,128);
    alpha:178;
}
button[class="TabButton"][selected]
{
    alpha:255;
    background:argb(0,255,255,255);
    padding:rect(0,0,0,0);
    BorderColor:argb(0,0,0,0);
    BorderThickness:rect(0,0,1,0);
}

and include the padding, so that borders will be out of the window or change all border thickness to 0 (in mine, i let like that so that the active tab would have a black line outside the tab)

here's the result:
[Image: semttulopd3.th.jpg]

This post was edited on 04-05-2008 at 09:57 PM by blessedguy.
[Image: Empty.png]
04-05-2008 09:49 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Contact List Tab Borders - by Nagamasa on 04-05-2008 at 09:37 PM
RE: [?] Contact List Tab Borders - by blessedguy on 04-05-2008 at 09:49 PM
RE: [?] Contact List Tab Borders - by Nagamasa on 04-06-2008 at 02:44 AM
RE: [?] Contact List Tab Borders - by Basilis on 04-06-2008 at 09:27 AM
RE: [?] Contact List Tab Borders - by Willz on 04-06-2008 at 10:52 AM
RE: [?] Contact List Tab Borders - by Nagamasa on 04-06-2008 at 03:22 PM
RE: [?] Contact List Tab Borders - by Basilis on 04-06-2008 at 03:30 PM


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