Some websites use a DIV with relative position and then they apply absolute position to the child element in order to place the element in the desired position (e.g. left 0 or right 0). Others use floats, for instance float: left or float right. Which one is better? or in what kind situations they are better?
Since I use fixed layouts, I'm better off using relative positioning and relative positioning?