I have aframe on my page that i want his content not to be adjust by
the Frame size.....i want his content to hide when i resize it.. ( like Msdn
Toc )
<frame src="help.html" name="leftFrame" id="leftFrame" scrolling="Auto"
marginwidth="0" marginheight="0" style="border: 3px solid ActiveBorder;
overflow: hidden;" framespacing="0" TOPMARGIN="0" LEFTMARGIN="0">
How Can i do that ???
Thanx Ahead!