フレームページが表示できません
以下のようなフレームページを作成したのですが、mac(safari)ではきちんと表示されるのに、windows(Internet Exprorer)ではページが表示されません。
ソースをチェックしたところ、特にエラーは出ないのですが…
どこが問題でしょうか?
お分かりになる方、ぜひアドバイスおねがいします。
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<meta http-equiv="content-type" content="text/html;charset=Shift_JIS">
<meta name="generator" content="Adobe GoLive 6">
<title>illustration.com</title>
<link href="sample.css" rel="stylesheet" media="screen">
</head>
<body>
<frameset cols="250,*" border="0">
<frame name="gallery-top" noresize src="gallery-index01.html" frameborder="no">
<frame name="gallery-main" noresize src="gallery-main.html" frameborder="no">
<noframes>
<p></p>
</noframes>
</frameset>
</body>
</html>
補足
アドバイスありがとうございます。 以下です。 よろしくおねがいします。 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="ja"> <head> <meta http-equiv="content-type" content="text/html;charset=Shift_JIS"> <meta name="generator" content="Adobe GoLive 6"> <title>kazuko-ogawa.com</title> <link href="sample.css" rel="stylesheet" media="screen"> </head> <body> <frameset cols="250,*" border="0"> <frame name="gallery-top" noresize src="gallery-index01.html" frameborder="no"> <frame name="gallery-main" noresize src="gallery-main.html" frameborder="no"> <noframes> <p></p> </noframes> </frameset> </body> </html>