Viewing 3 replies - 1 through 3 (of 3 total)
  • Its the 8px lateral padding in the floated elements.

    Thread Starter sung

    (@sung)

    I changed the css so there is no fixed width at the moment to give myself a better look. I still can’t pin-point how to fix the padding error however. Any more specific help, please?

    Floated elements MUST HAVE their width declared (W3C). Take out the padding as I suggest.

    You now need to add the padding back some other way. The critical thing is you do not put it on anything with a fixed width. It can go on each item individually by adding a class, or by doing it direct. OR: Add an inner div of some sort.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘I.E. problem’ is closed to new replies.