Quote:
Originally Posted by lspence
<frameset cols="125,100*,125">
<frame name="lc-window" frameborder='0' framespacing='0' scrolling="no" resize="no"
target="main" src="left.html" noresize>
|
Thank you for your help. It works much better. But the right frame is still resizing. Then I chagne the code from <frameset cols="125,100*,125"> to <frameset cols="125,25*,125">. Now, the right frames has less resizing. It still is not in fixed width size. Thanks.