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:59
Missing settings - onpagebgimage and offpagebgimage
Poster: Maestro
Dated: Thursday December 30 2004 - 1:31:16 GMT
It would be nice to have a setting for:
onpagebgimage & offpagebgimage
in addition to pagebgimage.
For example, I have the following assignments that I need to make:
Code:
offbgimage="images/tabs/noTAB_NOpageOFF.gif";
onbgimage="images/tabs/noTAB_NOpageON.gif";
offpagebgimage="images/tabs/withTAB_pageOFF.gif";
onpagebgimage="images/tabs/withTAB_pageON.gif";
onbgimage="images/tabs/noTAB_NOpageON.gif";
offpagebgimage="images/tabs/withTAB_pageOFF.gif";
onpagebgimage="images/tabs/withTAB_pageON.gif";
Is there either a good method to do this, or (even better) a patch, subroutine, or hack you've written to accomplish it?
Thanks once again.
-Tim Hall