Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:57
Image Extension png supports
Poster: bsatyaprasad
Dated: Thursday November 13 2003 - 14:47:23 GMT
I was trying to include image having .png extension, but it was not working, but when i changed it to .gif, it worked. Is this a limitation or there is any different way of doing. Now i am doing as shown below,
aI("image=images/logo.png; name=logo; alt=home; width=125; height=47; border=0;");
Thanks
Re: Image Extension png supports
Poster: John
Dated: Thursday November 13 2003 - 17:10:22 GMT
You show...
Code:
aI("image=images/logo.png; name=logo; alt=home; width=125; height=47; border=0;");
...which I am taking literally. For one thing, you need to remove the spaces, plus these additional changes...
Code:
aI("image=images/logo.png;imagealt=home;imagewidth=125;imageheight=47;");
As far as I know there is no png limitation.
See http://www.milonic.com/forum/viewtopic.php?t=2981 for a good reading list.