At 3/27/2007 12:41 PM, BJ Clark wrote: >Anyone out there know of a fix for IE that allows repeating (repeat-x >or repeat-y) transparent PNG background images?
I have never heard of a way to force IE<7 to repeat a PNG background image with alpha transparency supported. One work-around is to modify the DOM with javascript, inserting as many new elements as necessary to fill the necessary dimension, each with the same image as its background. Any javascript solution will of course exclude visitors with scripting disabled. Another approach that can work in certain circumstances is to create one very tall PNG for use in IE<7 -- non-repeating but long enough to support vertical expansion for anticipated text-size enlargements. Regards, Paul __________________________ Paul Novitski Juniper Webcraft Ltd. http://juniperwebcraft.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
