CSS position: relative and float: left

Posted by Randy Mayer on Stack Overflow See other posts from Stack Overflow or by Randy Mayer
Published on 2010-04-14T06:56:35Z Indexed on 2010/04/14 7:03 UTC
Read the original article Hit count: 423

Filed under:
|
|

Hi,

just a quick question: Could I apply position relative and float left on one element? Does someone use it?

div {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  (...)
}

Thanks!

© Stack Overflow or respective owner

Related posts about css-positioning

Related posts about css