Re: [WSG] repeating background png support ie6

2008-02-19 Thread Thomas Thomassen
mcmonagle [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Tuesday, February 19, 2008 5:06 PM Subject: [WSG] repeating background png support ie6 Hi, Whats the standards way to handle or degrade ie6 png support for a repeating background img? Im having problems solving this-ies4mac doesn't

[WSG] repeating background png support ie6

2008-02-19 Thread kevin mcmonagle
Hi, Whats the standards way to handle or degrade ie6 png support for a repeating background img? Im having problems solving this-ies4mac doesn't seem to do well with conditional comments and png hacks-so i cant tell whats working. Im thinking about putting the wrapper div with the repeating

Re: [WSG] repeating background png support ie6

2008-02-19 Thread Christian Snodgrass
Instead of that, you could just use a CSS hack. Something like: #background_div { background-image: url(background.png); } * html #background_div { background-image: url(background.gif); } The * html will make it so only only versions of IE will look at it (IE6), while modern browsers

Re: [WSG] repeating background png support ie6

2008-02-19 Thread Tony
Hey Kevin, I have the same problem with my ies4linux, so I just use an online tester. For quick checks of IE6/7 I use the netrenderer: http://ipinfo.info/netrenderer/ and for more advanced checks use browsershots: http://browsershots.org/ Cheers, Tony kevin mcmonagle wrote: Hi, Whats the

Re: [WSG] repeating background png support ie6

2008-02-19 Thread kevin mcmonagle
Tony I was using browsercam.com but these sites are far handier and free-thanks. also the star selector hack works very well for this issue, thanks christian. -best kevin Tony wrote: Hey Kevin, I have the same problem with my ies4linux, so I just use an online tester. For quick checks of