Forums
This topic is locked
Absolute or relative positioning for fixed width?
Posted 26 Aug 2011 09:18:52
1
has voted
26 Aug 2011 09:18:52 shadoiqw kolo posted:
When designing a fixed size layout, I know that the container that holds everything needs to be relative positioned in order to be centered on both sides. Should the contents inside the container be absolute or relative? I read an article saying that absolute positioned divs would mess the layout up in different browsers, but is this the case if it is inside of a relative div?