Need help with layoutpos and scrollbar issue.. - 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: Need help with layoutpos and scrollbar issue.. (/showthread.php?tid=80593) Need help with layoutpos and scrollbar issue.. by vaccination on 01-01-2008 at 06:11 PM
Okay, so i replaced 20061 in the 1001 definition file with my own image(59005), and subsequently had this: code: That all worked fine, and now I wanted to add the option to change the background image to a different one. So I thought, right easy, just use <*PlusSkin*> and came up with this: code: The problem with this being that the second image(59004) would always stretch with the contact list. No matter what <UMxxx>y</UMxxx> values i gave it, part of it would always stretch. I figure this is something to do with the second image(59004) being bigger dimensions that the first image(59005)? But idk...So anyway I decided okay, well what if I add another element to BuddyList, so I came up with this: code: Now, this works perfectly, except for two problems; (1) I can't seem to find a value for "layoutpos" to make the image be in the bottom right corner. (layoutpos=bottomright doesn't work). (2) The image now appears over the scrollbar and contact list, so is there some sort of z-order like in css? Thanks In advance... The code I have currently in SkinInfo for the related ids is as follows: code: RE: Need help with layoutpos and scrollbar issue.. by vaccination on 01-02-2008 at 11:34 AM
Well, with much trial and error I've fixed it. I managed to position it using "LayoutPos=Bottom ContentAlign=WrapRight" and got it to display the image underneath the contact list by putting the element before the BuddyList one, ending up with this: (for anyone who runs into a similar problem..) code: |