fonction overflow="scroll" in the XML version

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
yacha
Beginner
Beginner
Posts: 1
Joined: Fri Dec 22, 2006 11:25 am

fonction overflow="scroll" in the XML version

Post by yacha »

How can I use the overflow="scroll" fuction in the XML version, is it possible ? 8O

Thank you for your help

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

Post by Ruth »

Hi,

Well, I don't use any of those xtras menus but from looking at the menu.xml file that looks like where you code your style and your menus. Overflow=scroll is a menu property, that is a property that gets declared in the menu not the style or items so following the example I'd try adding

Code: Select all

<overflow>scroll</overflow>
and see if that worked. That's how the other properties seem to be declared, i.e.

Code: Select all

<alwaysvisible>1</alwaysvisible>
and so on. I'm assuming here that the xml menu version can use the same properties as the other menus so you'd put them in the area to which they belong, that is in the style section, the menu head section, or an item.

Let us know if this doesn't work.

Ruth
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Any of the properties that are available as menu properties can be added as Ruth suggested, like this:

Code: Select all

<overflow>scroll</overflow>
HTH,
Andy
Post Reply