What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Display picture problem

Display picture problem
Author: Message:
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Display picture problem
SOLVED:

To set a custom border, or to be more specific, a custom padding:
Open up the corresponding style file of the item you want to edit, and set the padding to the size of the border in the picture. or vary it, depending on your likings, if you have transparency for example.

code:
element[id=atom(idUserTileContainer)]
{
padding:rect(6,6,6,6);
}
element[id=atom(idUserTileContainer)][class="Medium"]
{
padding:rect(6,6,6,6);
}
element[id=atom(idUserTileContainer)][class="Small"]
{
padding:rect(4,4,4,4);
}

In this piece of code, I set the paddings for the large and medium sized display pictures to 6, and the paddings of the small display picture to 4. The paddings match the size of the borders coded in the corresponding images.

This post was edited on 11-05-2008 at 01:54 PM by DennisMartijn.
11-05-2008 01:54 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Display picture problem - by DennisMartijn on 11-01-2008 at 04:17 PM
RE: Display picture problem - by ryxdp on 11-01-2008 at 10:07 PM
RE: Display picture problem - by DennisMartijn on 11-05-2008 at 01:54 PM
RE: Display picture problem - by Basilis on 11-05-2008 at 02:05 PM
RE: RE: Display picture problem - by DennisMartijn on 11-05-2008 at 08:47 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