クリッカブルマップについて
私は、Macintoshを使って、HP製作をしているのですが、
クリッカブルマップが、MacのSafariではちゃんと出来ているのに、
internet explorerだと見れません。
どこが違うのでしょうか?ご回答お願いします。
<!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 http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
BODY{cursor:crosshair;}
-->
</style>
<title>サンプル</title>
</head>
<body background="002.jpg">
<div style="top : 40px;left : 90px;
position : absolute;
z-index : 1;
" id="Layer1">
<img src="window18.jpg" usemap="#map1" alt="">
<map name="map1">
<area shape="rect" coords="586,247,617,261" href="info.html" target="iframe">
<area shape="rect" coords="622,247,660,261" href="info.html" target="iframe">
<area shape="rect" coords="666,247,690,261" href="contact.html" target="iframe">
<area shape="rect" coords="582,276,626,291" href="cosme.html" target="iframe">
<area shape="rect" coords="631,276,663,290" href="kaimono2.html" target="iframe">
<area shape="rect" coords="667,276,698,290" href="link.html" target="iframe">
<area shape="default" nohref>
</map>
</div>
<div style="top : 145px;left : 190px;
position : absolute;
z-index : 1;
" id="Layer2">
<iframe src="migi.html" border="0px" width="450" height="280" scrolling="AUTO" name="iframe">
</iframe></div>
</body>
</html>