Does IE6 support css-sprites?
|
2
|
|
|
|
|
|
CSS sprites is a general solution using backround-position, which is avaible even in IE5. A good tutorial about them is located here: http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/ |
||
|
|
|
|
Yes. If you're using PNGs though you should consider a few things. Here is a decent summary of IE 6 PNG issues: |
||
|
|
|
|
I have encountered the IE6 CSS sprites problem myself - I blogged it here: http://www.stevefenton.co.uk/Content/Blog/Date/200905/Blog/I-Said-Overflow-Hidden/ There's a really easy fix - I quote myself here...
The full details can be found on that link. |
||
|
|
|
|
Browsers which support background-position property will support CSS sprites also. CSS Sprites: What They Are, Why They’re Cool, and How To Use Them Please take a look at the following questions also |
|||
|
|
|
|
Yes. CSS sprites is just a technique to use offset on background images to display different parts of the same image in different elements. I use CSS sprites on for example the main menu on the website of the company I work for, and the flags on my own web site. I started using it before it was even called CSS sprites... |
|||
|
|
|
|
Yes IE 6 supports sprites but doesn't support 24 bit PNG transparency. I use this css hack for giving IE < 7 a gif file and everything else a 24 bit png with transparency.
|
||
|
|
