[CSS]学習まとめ

536 ワード

1.遮蔽層
.occlusion {
    opacity: -.35;/*    */
    -moz-opacity: -.35;
    filter: alpha(opacity=-35);
    height: 100%;
    position: absolute;
    background: #fff;
    width: 63%;
    z-index: 100;
}