the images have without exception been cut from backgrounds by myself. i'll admit that some aren't ideal, but i'm not a professional, i'm not getting paid and i did the best job i could without spending ridiculous amounts of time going over and over minute pieces.
that lindsay lohan bikini picture is a good one, but like you said, the head is cut off, plus i just decided to go in a different direction on that particular one
feel free to replace the images on your own computers if you're unhappy with them, should be pretty easy to find and no coding needed to replace them, just don't change the file names.
and yeah, the screenshot isn't great, it was done in paint in about 2 minutes just to give a quick overview of what it looks like......think of it as a computer game demo......it's just a low quality idea of what the finished product will look like
.
Version 1.1 is already in the pipeline with some of the changes already suggested
I'll work on tidying up that main kelly brook picture as it is somewhat untidy (it was an early prototype picture which i didn't spend too much time on the pedantics of and ended up being left in untouched). if anyone finds any similar major problems with other pictures in there then feel free to bring them to my attention and i'll see what i can do.
any other further suggestions are also appreciated.
and now a little cry for help
it was indirectly suggested further up to give the option to centre the taskbar icons.....i wanted to experiment with this, but i can't seem to get it to happen! i've found the piece of code relating to the position of the icons, but i can only change it to be left or right, is there a "middle" or "centre" condition to apply to "layoutpos".....i've tried middle, center, centre, middlecentre, middlecenter and they all come up as "Invalid enumeration value" in the skin trace.
code:
<element layout=borderlayout() id=atom(idmetoolbarcontainer) padding=rect(10,0,4,0)>
<element layout=filllayout() layoutpos=client>
<MToolbar TextSuppressOption=Individual id=atom(idMeAreaButtons) padding=rect(0,3,0,3)>
<button active=mouse|nosyncfocus accessible=false id=atom(ToolbarScrollLeft) class="HIGToolbarLeftScrollButton" tooltip=true/>
<Button cmdid=40198 id=atom(mailbtn) AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<element class="ToolbarIcon" ID=Atom(ai202)/>
<element id=atom(mailcount) class="ToolbarButtonItemCount" padding=rect(3,0,0,0)/>
</Button>
the line highlighted in red is what needs to be changed in 923 defintion as far as i can tell....any ideas on what i can do to add this option.....or at least trial it?