#header {
position: fixed;
min-width: 800px;
height: 60px;
top: 0;
left: 0;
right: 0;
background: rgb(255,255,255);
background: rgba(255,255,255, 0.8);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* IE 5-7 */
filter: alpha(opacity=80);
z-index: 9;
}
'개발 > HTML | CSS' 카테고리의 다른 글
flex (0) | 2017.03.26 |
---|---|
[SVG] codeschool: You, Me & SVG (0) | 2016.11.12 |
svg vs canvas (0) | 2016.08.02 |
[code school] sass (0) | 2015.07.09 |
IE7 이하 li disply: inline-block (0) | 2015.06.20 |