[css]
.fixed_center {
position:fixed;
top:50%;
left:50%;
height:200px;
width:300px;
margin-top:-100px;
margin-left:-150px;
}
[/css]
日々の業務[css]
.fixed_center {
position:fixed;
top:50%;
left:50%;
height:200px;
width:300px;
margin-top:-100px;
margin-left:-150px;
}
[/css]
コメント