Re: [WSG] repeating background png support ie6

2008-02-19 Thread Thomas Thomassen
Screenshots sent. Not sure how gracefully degrade. I think once when I used a translucent image it was an even colour and IE6 should simply degrade to display the colour solid. That worked fine for my use. Your case might be different though. - Original Message - From: kevin

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