十字架代码 div+css
#a{
width:300px;
height:100px;
left:50%;
top:50%;
margin:-50px 0 0 -150px;
background:#333333;
position:absolute;
}
#b{
width:100px;
height:300px;
left:50%;
top:50%;
background:#006600;
margin:-150px 0 0 -50px;
position:absolute;
}