Re: PNG File not showing up
2005/03/12 10:34
Viewed 7530 times
Replies: 0/0

Yes, that's an IE problem. Replace “display: none” with “height: 1px; width: 1px; overflow: hidden” and it should work fine (leave the “visibility: hidden” in place).

Google