arrow images

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Romeo
Advanced
Advanced
Posts: 25
Joined: Fri Jul 05, 2002 11:30 pm

arrow images

Post by Romeo »

In the vertical menu what do the followscroll variable represent ?

followscroll = "1,50,2"

I am sorry for this unbelievable moment of stupidity, but how do you get the down arrow in the main horizontal menu with the right arrow in the sub menu. I have tried as per version 3 and below but still can only show either down or right but not both.

topbarimage = "images/arrowdn.gif";
topbarimageloc = "center;middle"
subimage = "images/arrow.gif";
subimageloc = "center;middle"
mperemsky
Beginner
Beginner
Posts: 9
Joined: Tue May 06, 2003 3:47 pm
Location: USA
Contact:

Styles are the answer

Post by mperemsky »

I am not sure about v3 as I have only used v4. But in v4 there are entries in the Style to define the images such as the following. Hope this helps.

"/mperemsky/menu/yarrowr.gif", // Sub Menu Image (Leave this blank if not needed)

"/mperemsky/menu/yarrowdn.gif", // Top Bar image (Leave this blank to disable)
Romeo
Advanced
Advanced
Posts: 25
Joined: Fri Jul 05, 2002 11:30 pm

arrow Images and followscroll syntax

Post by Romeo »

I have tried the syntax as per

topbarimage = "images/arrowdn.gif";
topbarimageloc = "center;middle"
subimage = "images/arrow.gif";
subimageloc = "center;middle"

but still can only show subimage > on top menu and subs, not V arrow (top level) and > arrow when accessing a second level sub.
Post Reply