CSS Transparency Settings for All Browsers

.transparent_class {
	opacity: 0.5; /* the standards compliant attribute that all browsers should recognize, but... */
	filter:alpha(opacity=50); /* for IE */
	-khtml-opacity: 0.5; /* for old Safari (1.x) */
	-moz-opacity:0.5; /* for old skool Netscape Navigator */
}

(via)

4 Comments

  1. [...] CSS Transparency Settings for All Browsers (tags: css böngész? webdesign) [...]

  2. [...] 1 – CSS Transparency Settings for All Browsers [...]

  3. [...] 1 – CSS Transparency Settings for All Browsers [...]

  4. Its really helpful. Thanx.


Comments RSS TrackBack Identifier URI

Leave a comment

 

User contributed tags for this post:

1