| PNG File not showing up ¶ | |
| Hello, I need to use a set of PNG images that were purchased. When using them within the menu they do not appear. I have added the additional js script file (PieNG). The only way to get the images to appear is to change the following line: <ul id="dm_menu" style="visibility: hidden; display: none"> Once I remove the "display: none" the images appear, but you can then see the page getting built. I currently have a background image assigned to the area in which the menu is place. That background image duplicates on the screen for a second and then the page is normal again. That is why I put the "display:none" within the UL. Any assistance would be greatly appreciated. Oh, I'm using a registered copy Regards | |
| Re: PNG File not showing up ¶ | |
| 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). | |
| last |














