|
Posted by Ed Mulroy on 05/21/06 00:30
I've a page that uses frames. It seems to display properly in FireFox but
not in IE 6. It used to be the other way, ok with IE but not with FireFox
but changed when I fixed a problem with the frame.
Does anyone know what the problem is and how to fix it?
This is the page:
http://home.nc.rr.com/emulroy/magframe.htm
The change which flipped which of the two browsers will display the page is
shown in the comment below:
------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<title>Magazines & News</title>
</head>
<frameset rows="35%,65%">
<frameset cols="100%">
<frame src="magstop.htm">
</frameset>
<!-- added line above and FireFox now correctly shows
the page and IE doesn't -->
<frameset cols="33%,33%,33%">
<frame src="nwsdaily.htm">
<frame src="nwsintl.htm">
<frame src="nwsndail.htm">
</frameset>
</frameset>
</html>
------------------------------------------
Thanks in advance for the help.
.. Ed
Navigation:
[Reply to this message]
|