What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] Chat Window Background

[Help] Chat Window Background
Author: Message:
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. [Help] Chat Window Background
Hey folks, nearly finished my skin, but i would like the option for the user to put a transparent white "box" underneath the text of the Chat Window, like coolzee has achieved with this...

Could anyone tell me how he achieved this, i have asked him but he hasnt answered.

EDIT: Figured it out; For those folks that wish to know in the future, head to the 920 style file and search for.
code:
convhistory[class="DefaultWallpaper"]
{
background:argb(0,0,0,0);
}
convhistory[class="CustomWallpaper"]
{
background:argb(128,255,255,255);
}
convhistory[class="DynamicWallpaper"]
{
background:argb(0,0,0,0);
}
and replace with
code:
convhistory[class="DefaultWallpaper"]
{
background:argb(128,255,255,255);
}
convhistory[class="CustomWallpaper"]
{
background:argb(128,255,255,255);
}
convhistory[class="DynamicWallpaper"]
{
background:argb(128,255,255,255);
}

This post was edited on 03-16-2009 at 05:03 PM by Eddie.
...there used to be a signature here :)
03-13-2009 07:55 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] Chat Window Background - by Eddie on 03-13-2009 at 07:55 AM
RE: [Help] Chat Window Background - by Ryddyck on 03-16-2009 at 04:24 PM
RE: [Help] Chat Window Background - by Eddie on 03-16-2009 at 05:03 PM
RE: [Help] Chat Window Background - by Ryddyck on 03-16-2009 at 09:07 PM
RE: [Help] Chat Window Background - by valeria-elfo on 04-24-2009 at 05:36 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