Posts Tagged ‘opacity’
Manipulating Opacity
Wednesday, March 5th, 2008
Any one who has worked with CSS opacity has, most likely run into this problem. Using: div{ filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; } to make a transparent background. It works great in all browsers, but have you ever tried putting text in that div? Right, it applies the opacity to everything inside the div as well. So [...]
Tags: moz, opacity, tips
Posted in Browsers, Web Development, Web Standards | 4 Comments »