position absolute placering
#content {position : absolute;
background-color : #FFFFFF;
left : 50% ;
width : 750px ;
height : 800px ;
margin-left : -375px ;
padding : 0;
padding:0px;
z-index:2;
}
#sidemu {
position : absolute;
width:150px;
height:250px;
border:2px dashed #c00;
margin-top:1px;
background: orange;
z-index:3;
}
Jeg kan ikke rigtig få sidemu til at rykke rundt som jeg vil hvordan rykker man lige rundt på den ?