2 kinds of overbgimage

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Thrane
Beginner
Beginner
Posts: 9
Joined: Sun Aug 05, 2007 10:20 am

2 kinds of overbgimage

Post by Thrane »

Is it possible to have 2 kinds of "overbgimage"?

I need one for menus with a submenu and a different ones for menus without a submenu...
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: 2 kinds of overbgimage

Post by Ruth »

Hi,

Sure, you can have as many as you want. You just code them into the aI.
bgimage=mybg.gif;overbgimage=mybgover.gif; - bgimage=mybg.gif;overbgimage=mybg1over.gif

HTH

Ruth
Thrane
Beginner
Beginner
Posts: 9
Joined: Sun Aug 05, 2007 10:20 am

Re: 2 kinds of overbgimage

Post by Thrane »

Stupid me...! ;-)

Thanks, Ruth!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: 2 kinds of overbgimage

Post by Ruth »

Naw, just a beginner :) and I just realized that what I wrote could be very confusing to some. So, to correct:

Code: Select all

aI("bgimage=mybg.gif;overbgimage=mybgover.gif; etc.
aI("bgimage=mybg.gif;overbgimage=mybgover1.gif; etc.
Ruth
Post Reply