position css記述例
.position_a{
position: absolute;
top: 36px;
left: 20px;
width: 300px;
height: 30px;
}
.position_b{
position: fixed;
top: 21px;
left: 20px;
width: 300px;
height: 30px;
}
.position_c{
position: static;
top: 450px;
left: 20px;
width: 300px;
height: 30px;
}
.position_d{
position: relative;
top: 28px;
left: 20px;
width: 300px;
height: 30px;
}
■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■