I have this code.
http://jsfiddle.net/ozzy/YGhkW/
What I want to do is, to put the arrow on the left hand side, say 20px down from top left corner. Buggered trying to position it correctly.
The css:
.arrow {
-moz-transform: rotate(225deg);
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
float: left;
height: 18px;
margin-left: 40px;
margin-top: -9px;
width: 17px;
}
.comment-reply {
width:500px;
height:200px;
border:1px solid #aaaaaa;
border-radius:3px 3px 3px 3px;
}
.container {
margin-top:100px;
margin-left:100px;
}