back
Code
CSS
HTML
Web

#div330{
width:150px;
height:70px;
border:2px solid red;
position:fixed;
top:50px;
}

#div331{
width:150px;
height:70px;
border:2px solid green;
position:relative;
top:50px;
}

#div332{
width:150px;
height:70px;
border:2px solid blue;
position:absolute;
right:10px;}

#div333{
width:150px;
height:1000px;
background-color:yellow;
}