It has a transparent background and it's png, which is not good in earlier IE browsers. Can I somehow change this css to that function, if the IE browser is earlier than 6, then the background image would be bg.gif?
On my page background, I have this simple css code:
Code:
It has a transparent background and it's png, which is not good in earlier IE browsers. Can I somehow change this css to that function, if the IE browser is earlier than 6, then the background image would be bg.gif?
You need to use a pingfix to get transparent pings to work in ie. Search google for "ie ping fix"
Also to my knowledge older versions don't support ping alpha channels.
If you want to use a GIF remember that you only can have 100% transparency and also only up to 265 (or something like that) colours.
Bookmarks