It seems that the HTML <frame> tag does not support overflow styles like for example style="overflow: hidden".
<frame name="menu" src="menu.html" style="overflow: hidden">
No matter what I put into the overflow style, it always shows the default behavior (scrollbar). Or am I doing something wrong?