Warning: Missing argument 2 for wp_kses(), called in /var/www/wphost/wp-content/plugins/bsocial/components/open-graph.php on line 175 and defined in /var/www/wphost/wp-includes/kses.php on line 476

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 Responses to “CSS Transparency Settings for All Browsers”

  1. Its really helpful. Thanx.

Trackbacks

User contributed tags for this post: