-
Notifications
You must be signed in to change notification settings - Fork 0
/
ie6update.html
20 lines (19 loc) · 1.16 KB
/
ie6update.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="ie6Update" style=" display:block; width: 680px; height:480px; margin:50px auto;">
<img src="Content/images/ie_update.jpg" width="680" height="480" border="0" usemap="#Map">
<map name="Map" id="Map">
<area shape="rect" coords="9,324,113,472" href="http://firefox.com.cn/download/" target="_new" alt="下载最新版火狐浏览器" title="下载最新版火狐浏览器">
<area shape="rect" coords="174,318,325,474" href="http://windows.microsoft.com/zh-CN/internet-explorer/downloads/ie" target="_new" alt="下载最新版本IE浏览器" title="下载最新版本IE浏览器">
<area shape="rect" coords="386,320,518,476" href="http://www.google.cn/chrome" target="_new" alt="下载最新版本谷歌浏览器" title="下载最新版本谷歌浏览器">
<area shape="rect" coords="560,318,674,477" href="http://support.apple.com/kb/DL1531?viewlocale=zh_CN" target="_new" alt="下载最新版本Safari浏览器" title="下载最新版本Safari浏览器">
</map>
</div>
</body>
</html>