Page is a not externally linkable
CSS_Kidd - 2:41 pm on Nov 30, 2009 (gmt 0)
Just a quick side note about most of the alpha transparency .png hacks for IE6:
Most of them affect the positioning and repeat value of the .png image if used as a background in your css. No matter what positioning or repeat value you give it, it "may" default to top left repeat. In order to fix this you need to apply a value of zoom: 1; . Hope that helps as well. Now if we can only get people to stop using IE6!