css issue when resize windows
- by zlippr
hi i am having issue with css as when i resize the windows the div is not placed properly as below
this is css involving the div
.similar_story_block_form {
background-color: white;
border: 1px solid #CCCCCC;
border-radius: 0 0 12px 12px;
box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.8);
font-size: 13px;
left: 337px;
position: absolute;
top: 105px;
width: 337px;
z-index: 100;
}
currently i use chrome which give me the same issue. What am i missing here? Thank for your help