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: 447
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