Home | Reviews | GUIpedia | Forum | Fun500


JasonImage formats
im helping my brother with a website, how do i save Semi-Transparent, layered images?  im super n00b lol
2010-07-041:25 AM

BrandonRe:Image formats
PNGs can do transparency, as far as layering you'd use CSS to position things.
2010-07-048:28 AM

ToddRe:Image formats
You can use the "rgba" property for "background" or "color" in CSS to make elements transparent by adjusting the alpha value. PNGs and GIFs support transparency although GIFs load faster depending on how many colors are used in its palette. When exporting as a PNG, use "interlacing" and also an option to save transparency values in the image.
2010-07-0410:26 AM

Other


2021 Brandon Cornell