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:12
problem with pagebgimage
Poster: chrisinoz
Dated: Thursday February 26 2009 - 8:11:52 GMT
Hi - just can't get it to work so I am guessing it is me.
See my test site page at
http://groovy.tastesa.com/
Click on about us
It should hold the red bar when I go to the about us page signifying that I am on about us page but it doesn't. Here is the code. Ideas what I may have done wrong?
Version 5.816
Thanks
itemwidth="214";
//bordercolor="#FFFFFF";
//borderstyle="solid";
//borderwidth=0;
fontfamily="Arial,Helvetica,Verdana";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f9de87";
offcolor="#000000";
onbgcolor="#4a7eb6";
oncolor="#000000";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding="7px 10px 7px 24px";
//pagebgcolor="#4a7eb6";
pgbgimage="../images/structure/overimage.gif";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="../images/structure/arrow.gif";
//subimagepadding=0;
overbgimage="../images/structure/overimage.gif"
Re: problem with pagebgimage
Poster: chrisinoz
Dated: Thursday February 26 2009 - 8:31:01 GMT
Answer my own question!
pgbgimage="../images/structure/overimage.gif";
I should have had
pagebgimage="../images/structure/overimage.gif";
Humbled
Re: problem with pagebgimage
Poster: Andy
Dated: Thursday February 26 2009 - 10:20:24 GMT
yup, them typos can be a real pain in the.........
Glad you sorted it.