problem with pagebgimage

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
chrisinoz
Advanced
Advanced
Posts: 26
Joined: Sat Mar 12, 2005 8:11 am
Location: Adelaide, South Australia

problem with pagebgimage

Post by chrisinoz »

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"
Humble Web designer
chrisinoz
Advanced
Advanced
Posts: 26
Joined: Sat Mar 12, 2005 8:11 am
Location: Adelaide, South Australia

Re: problem with pagebgimage

Post by chrisinoz »

Answer my own question!

pgbgimage="../images/structure/overimage.gif";

I should have had

pagebgimage="../images/structure/overimage.gif";

Humbled :?
Humble Web designer
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: problem with pagebgimage

Post by Andy »

yup, them typos can be a real pain in the......... :D

Glad you sorted it.
Post Reply