menu v5 and <div style="overflow:auto">

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
scneeble
Beginner
Beginner
Posts: 1
Joined: Tue Nov 09, 2004 11:50 am

menu v5 and <div style="overflow:auto">

Post by scneeble »

Hi,

Im testing this menu in my page...
Im using a <div> tag for the body text, but it must be dynamic, so if there is more thext than the page height, it must scroll. To do this I put as usual the style="overflow:auto" code to the div tag.
And here the problems start... as soon as a menu is created, my page goes cracy cause its in a <div> (could not use another method).
Cuase the menu itself uses the divs and overflow method... maybe it cause problem with other divs on the page???

Anybody seen this before??

Grtz scneeble.

[edit]
it seems to work is I don't use the width tag in the style of the div, but I have to use it...
[/edit]
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

The only thing I can think of to remove the overflow="scroll"; property from your menus. If you are setting the scrollbars yourself, doesn't seem much point specifying one for the menu too

Hope this helps
Andy
Post Reply