stupid tables!!

Out of context: Reply #12

  • Started
  • Last post
  • 19 Responses
  • neverblink0

    The problem is with the one pixel shift left/right is because your header image isn't the same width as the table. The browser will determine the center based on the width of the object (center=(width of window - width of object)/2). The center will be rounded to whole numbers (can't have half pixels) which makes the header shift in relation to the body.

    As for the horizontal gutter.. it's the background showing through.
    Try deleting the whitespaces (tabs and newlines) in this part:
    <map name="index_r1_c1Map">
    <area shape="rect" coords="88,74,338,179" href="../index.html">
    </map>
    Sometimes Internet Explorer shows a horizontal space when there are tags or whitespace in the code that shouldn't show up in the design.
    If that doesn't work, try adding padding-bottom:0; and margin-bottom:0; to your header-container.

View thread