FollowScroll and OverFlow issue

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Young
Beginner
Beginner
Posts: 5
Joined: Mon Mar 15, 2004 9:23 pm

FollowScroll and OverFlow issue

Post by Young »

Hello,
I turned on FollowScroll by typing "followscroll=1", it works perfectly.
I turn on overflow by typing "overflow='scroll'", it works perfectly.

Both work perfectly if you are at the top of your page, BUT once you start scrolling down your form and the menu starts to follow you, the overflow will not work and does not add a scroll bar to your submenu.

Is there any way this can be fixed?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

URL please?
John
Young
Beginner
Beginner
Posts: 5
Joined: Mon Mar 15, 2004 9:23 pm

Post by Young »

I'm afraid I can't give the url since it is in a secure intranet.

The situation I have stated above should be pretty easy to implement, just two properties attribute added to your menu.
John wrote:URL please?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Which operating system and browser is doing this? I just tested it on IE5.5, Netscape6.05, Netscape 7.1, Opera 7.1, Firebird [fox].07. Both codes worked. The only browser that didn't was Opera 6.05 which has many problem with many things.

You wrote "followscroll=1", "overflow='scroll'" If it is that way you did code it, the correct coding is followscroll=1; overflow="scroll";

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

[quote="Young"]The situation I have stated above should be pretty easy to implement, just two properties attribute added to your menu.[/quote]
From Ruth's correct observations you can see why things are not so easy when we can't see what's actually been coded. Simple errors, such as she pointed out, can be caused by either a typing mistake here, or actually in the coding itself. Either way, we can go down the path and waste a lot of time on both sides.

If what she suggested doesn't work, try posting your code here, especially the _data file and the JS calls to the menu code. Be sure to use the [code][/code] tags.
John
Young
Beginner
Beginner
Posts: 5
Joined: Mon Mar 15, 2004 9:23 pm

Post by Young »

The operating system is Windows 2k and the browser is MSIE 5.5 and NS 7.1

With further investigation, I have concluded a lot of factors affect whether both will work at the same time. With what I have experimented with, both will work or not work depending on how many elements you have in the sub menus, How long your page is, and where you are in the scrolling of the page itself.

I am sorry that I can not go into futher detail by giving a page example, but I have concluded that both functionailty are not stable enough to work with both on, so I will have to settle for one or the other.

I hope in the future somebody with a public site runs into this problem and this bug can be fixed(if you even consider it a bug)
Ruth wrote:Which operating system and browser is doing this? I just tested it on IE5.5, Netscape6.05, Netscape 7.1, Opera 7.1, Firebird [fox].07. Both codes worked. The only browser that didn't was Opera 6.05 which has many problem with many things.


PS: and yes, I did put the ";" after the code.

You wrote "followscroll=1", "overflow='scroll'" If it is that way you did code it, the correct coding is followscroll=1; overflow="scroll";

Ruth
Post Reply