CSS: Why do the border gets like this?

Posted by Azzyh on Stack Overflow See other posts from Stack Overflow or by Azzyh
Published on 2010-06-15T17:20:37Z Indexed on 2010/06/15 17:22 UTC
Read the original article Hit count: 210

Filed under:

http://img51.imageshack.us/img51/5593/borderissue.png

why does the border get like this, i want it around the videoclip, if i use float it do the border correctly, if i use position, then it gets like that, and i dont want to use float.

#clip{
position: relative; right: 1px; border: 2px solid #FF3399;
}

© Stack Overflow or respective owner

Related posts about css