Absolute or relative positioning for fixed width?

Discussion in 'XHTML/HTML/CSS' started by Gewing2, Oct 9, 2011.

  1. Gewing2 New Member

    Member Since:
    Sep 24, 2011
    Message Count:
    112
    Likes Received:
    1
    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?

Share This Page