css issue when resize windows

Posted by zlippr on Stack Overflow See other posts from Stack Overflow or by zlippr
Published on 2012-10-18T10:58:06Z Indexed on 2012/10/18 11:00 UTC
Read the original article Hit count: 123

Filed under:
|
|

hi i am having issue with css as when i resize the windows the div is not placed properly as below

enter image description here

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

© Stack Overflow or respective owner

Related posts about html

Related posts about css