CSS Transparency – Multi Browser Support

Newer browsers support opacity, but for older IE support,
namely 5,6,7 & 8 you may still want to include filter:alpha

These commands don't interfere with each other so use them
every time you need the transparency.

Both these statements are set to 50%

filter: alpha(opacity=50);

opacity: 0.5;
Print Friendly, PDF & Email

More Like This


Categories


CSS Tips Web Design
  • Post a comment