Is it wrong to use the position attribute to position elements on the page instead of the float? If so, why?
Is it wrong to use the position attribute to position elements on the page instead of the float? If so, why?
If all the content on your page is static, I see no problem using position
to mount the structure. If it is not static you will not be able to structure correctly without float
.