CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Repeat-y problem in IE 6.0
guitarplayer08
Permalink to comment
#
January 2009
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
TheDoc
Permalink to comment
#
January 2009
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.
Add a Comment
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
You'll need to search google for "ie6 png fix". You're problems will be solved with some extra code.