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]