HTML frame tag not supporting style="overflow: xyz"?

38 Views Asked by At

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?

0

There are 0 best solutions below