|
What are you trying to position? Have you tried doing it in CSS:
position: relative;
width: auto;
min-width: 120px;
margin: 0px 210px 20px 210px;
border: 1px solid #000;
color: #222;
background: #eee;
padding: 10px;
z-index: 3;
}
2hp
__________________
tada!
|