0
display inline position relative and absolute
is there any other ways to put my div box align to the left? I used float but it seems like it doesn't corporate with position: absolute....
1 Antwort
+ 1
Try adding this to your css,
display:block;
Or
display:inline-block;