I have the following set of frames:
<frameset rows="625,*" cols="*" framespacing="0" frameborder="0" border="0" noresize>
<frame marginheight="0px" src="music-NEW.php" name="mainFrame" scrolling="NO" frameborder="0" noresize>
<frame marginheight="0px" src="musicplayer.php" name="bottomFrame" scrolling="NO" frameborder="0" noresize>
</frameset>
in IE, a set of frames makes, as we would like, the appearance of one seamless page. in Firefox, a set of frames is displayed with a capturing panel between frames and allows you to capture the panel and resize the frame, which I can’t get rid of.
Also, why don't frames line up directly in Firefox and Safari?
Drmindbender
source
share