Never mind, I got it, you need to use a clipping mask (Detect edges)
In the CSS for your element, you need to enter {background-color:transparent;} You might also need {background-image:none} depending on what's going on already. If you want to add a semi-transparent background, a PNG with the alpha channel saved is your best bet. Then just use the background-image declaration.
Convert it to a format that does not support transparency (for example jpeg) or use a tool to edit the transparent pixel value.
Aero
- Open "Edit Profile" - Select "Customize" - At Customize CSS just fill this :body { background-image: url(your image url); background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-color: transparent; cursor: ; } example :body { background-image: url(http:/www.de-angel.com/Friendster/FS.GIF); background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-color: transparent; cursor: ; }
A tiff is another word for a quarrel or argument. So a lovers' tiff is a lovers' quarrel.
tiff tiff
of course tiff
Watch out, she's in a tiff!
TIFF is larger
transparent backgrounds are created by decreasing the opacity of the layer until the desired effect is achieved.
Well, first you have to make the non-transparent image transparent. go to colors>color to alpha the select the background (you can use the color picker tool by clicking the white bar and then the eye-dropper icon to the right of the HTML notation box) color of the non-transparent image. after you pres OK, the background color will change to transparency and you'll be able to see the layer beneath.