Social Reiot

Social Game Developer wandering in strange dungeon.

반투명 CSS .transparent_class { Filter:alph...

반투명 CSS .transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; } 주의할 점은, 부모의 opacity 값이 정해지면 자식은 override 할 수 없다. 1픽셀 이미지를 배경색으로 쓰던가, position=absolute 를 이용해서 자식으로 만들지 않으면 된다.

Comments