Here i am again desprately asking for help..
here is the link http://panjtansoft.com/cozeez/products/fdgsd
If you look at the live image section, i am trying to get a product so a customer can change the 3 different colours of the product.. if you pick the 3 different colo开发者_StackOverflow中文版urs you can see what i mean...
Currently it works by a png with a transparent middle showing through the div behind with the pattern in...each section has a higher z-index
But doing it this way means i have a square white outside so i can't get them any closer..
Unless anyone can sample me some code in Flash that will change the pattern of vector shapes ???
Thanks in advance
Lee
The way you're doing it now, you are stuck with squares because your masking image is a square. However, if, instead of a square png with a hole in it and a colored background layer, you created one transparent png of each color, then you can position them over the top of each other to line up as close as you like.
精彩评论