What is the biggest cons to use position: absolute & top/left over Float & margin+padding, If site is fixed width (970px), centered?
What is the biggest disadvantage to use CSS positioning( From Dreamweaver AP Div ) for everything instead Float for fixed width, centered website? if I don't care for Mobile users Small screen users (smaller than 1024 px screen size) But I care for Screen reader user All browser user (including IE6) If you don't care about small resolution, it's just a question of flexibility : when you use absolute positionning, you break the flow. So, everything must be exactly sized. For many elements or situations (make a perfect image title...), it's the best (and sometimes unique) choice. Most of time,