div.eg1 {
position:fixed;
top:0%; left:0%;

border:solid 8px #9cf;
width:200px; height:200px;
}

表示領域(ウィンドウやフレーム)に固定配置。
div.eg2 {
position:fixed;
top:200px; left:250px;

border:solid 8px #cc6;
width:200px; height:200px;
}

表示領域(ウィンドウやフレーム)に固定配置。
div.eg3 {
position:fixed;
right:0%; bottom:0%;

border:solid 8px #9c6;
width:200px; height:200px;
}

表示領域(ウィンドウやフレーム)に固定配置。