Just doing a site where some of the elements have a transparent png for the background-image. In firefox these elements are sometimes picking up other bits of background (not whats underneath) eg the background-image from the body, or text from an element next to it. any ideas? thanks
I've done a lot of mucking around with transparent PNGs and they end up being a BIG headache to use. Now I just avoid them unless it's for an 8 bit image in a simple application ie. a button or an embeded image. Basically, I think that if the PNG is not for Flash (where they work super well), I'm not going to waste any time on getting it to display correctly in all browsers. Life's too short!
Can you post us a link to the site you are working on? Without seeing it there is no way to make a really helpful suggestion.
smth for solution of this you may see on h++p://designcollector.ru/png-v1 (more easy way but description is on russian) and on h++p://www.alistapart.com/stories/pngopacity/
I think it may have been browser cache although not sure as i had already cleared it...it seems to be working but it could be a change in the css thanks guys