Hello
I am building a frameset, and I would like to have it set up such that the right frame will scroll ONLY verically and NOT horizontally. Any advice on if/how this might be accomplished?
here is my frameset thusfar (notice the empty scrolling attribute, I have tried different variations in there but to no avail):
<frameset cols="*,250" frameborder="NO" border="0" framespacing="0">
<frame src="../menu.cfm" name="main" scrolling="yes">
<frame noresize src="test.cfm" name="right" scrolling="">
</frameset>
here is the code for test.cfm:
<body leftmargin="0" topmargin="0">
<table width="225" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>test</td>
</tr>
</table>
</body>
Thanks!
RR
I am building a frameset, and I would like to have it set up such that the right frame will scroll ONLY verically and NOT horizontally. Any advice on if/how this might be accomplished?
here is my frameset thusfar (notice the empty scrolling attribute, I have tried different variations in there but to no avail):
<frameset cols="*,250" frameborder="NO" border="0" framespacing="0">
<frame src="../menu.cfm" name="main" scrolling="yes">
<frame noresize src="test.cfm" name="right" scrolling="">
</frameset>
here is the code for test.cfm:
<body leftmargin="0" topmargin="0">
<table width="225" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>test</td>
</tr>
</table>
</body>
Thanks!
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)