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

Repeat-y problem in IE 6.0

  • http://yardley.calvin.edu/~ns22/template.html

    Page works just fine in Firefox, but not in IE 6. The XHTML and CSS both validate.

    The #maincontent background image is not even doing repeat-y if you view this in IE. Is this because I'm using .PNG format for it?

    Please view the HTML and CSS sources. Your help would be gladly appreciated :D
  • I don't have time to dig into your code right now, but if it's a .png that is using transparency, then yes, that is your problem.

    You'll need to search google for "ie6 png fix". You're problems will be solved with some extra code.