Need help with

Out of context: Reply #14

  • Started
  • Last post
  • 21 Responses
  • heavyt0

    here is the deal -
    the 1 major culprit of IE problems is padding. This is due to a difference in the box model.

    However, that isnt your problem. Your problem is that you have a bunch of DIVs with the same ID.

    IDs are unique identifiers, and you are only allowed to use them once in the same page. If you want to pass a style to mor ethan 1 DIV, use classes instead.

    Please change those DIVs to unique IDs and your problems will diminish.

    TR1

View thread