» Forums
» DynarchMenu forum
» Support
» PNG File not showing up
PNG File not showing up
2005/03/12 06:46
Viewed 5447 times
Replies: 1/1

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
Steve

Re: PNG File not showing up
2005/03/12 10:34
Viewed 7400 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).

last
Google