Får det inte riktigt att fungera.
.div1 {
margin-top:3px;
width:1000px;
height:900px;
border: 5px black solid;
filter:alpha(opacity=50);
opacity:0.5;
background:white;
margin:1px auto;
-moz-border-radius: 5px;
border-radius: 5px;
}
.div2 {
border:2px black solid;
width:680px;
float:right;
margin:10px;
background:grey;
}
Vad kan vara fel? Hur ska jag göra?
Kodapa