Given:
In IE the frames can be resized with the mouse but in Firefox it is static even if noresize is not added as an attribute. How do I write the frameset so I can also resize the page in firefox?
Matt
"<italic>Success is 10% inspiration, 90% last minute changes</italic>
Code:
<frameset id="test" rows="300,300" framespacing="1" frameborder="NO" border="0" >
<frame id="topFrame" name="TopFrame" scrolling="AUTO" src="page1.htm"/>
<frame id="mainFrame" name="MainFrame" scrolling="AUTO" src="page2.htm" />
</frameset>
In IE the frames can be resized with the mouse but in Firefox it is static even if noresize is not added as an attribute. How do I write the frameset so I can also resize the page in firefox?
Matt
"<italic>Success is 10% inspiration, 90% last minute changes</italic>