treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] IE6 background repeat-y overlapping issue

  • Hello,

    In IE6, my background image (repeat-y) comes out of the div container. I'm sure this is related to some IE6 bug, but I haven't been able to figure it out.

    http://www.axolotl.com/hie
    Scroll down to form. The repeat-y is in the body of the form to get the left right blue borders. Underneath the form, you'll see about 5 pixels of the repeat. Any idea what could be causing that?

    Thanks for your help.
    Laith
  • Set the font-size of the element to 0 and see if it fixes the problem.
  • Yep, that did the trick. I added font-size:0; on the form container.

    Thank you so much!