Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:46

fonction overflow="scroll" in the XML version


Poster: yacha
Dated: Friday December 22 2006 - 10:56:47 GMT

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

Thank you for your help

Yasha


Poster: Ruth
Dated: Saturday December 23 2006 - 7:34:01 GMT

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:
<overflow>scroll</overflow>
and see if that worked. That's how the other properties seem to be declared, i.e.
Code:
<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


Poster: Andy
Dated: Saturday January 6 2007 - 14:19:26 GMT

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

Code:
<overflow>scroll</overflow>


HTH,
Andy