1.求大神把这个写成导航 给出HTML代码 就是关于点这个的首页位置能跳转的 新手没钱 好人好报~谢谢大神~
求大神把这个写成导航 给出HTML代码 就是点这个的首页位置能跳转的 新手没钱 好人好报~谢谢大神~
用热点的方法做好了,更新下链接地址即可使用,码关QQ源码是什么代码如下:<!doctype html><html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>
<body>
<img src="你给出的源于们微擎官方源码这个图的地址.png" usemap="#Map">
<map name="Map">
<area shape="poly" coords=",,,,,,," href="#" alt="首页">
<area shape="poly" coords="9,,,,,,7," href="#" alt="关于我们">
<area shape="poly" coords=",,,,,,," href="#" alt="新闻资讯">
<area shape="poly" coords="3,,,,,,5," href="#" alt="特色菜">
<area shape="poly" coords="5,,,,,,9," href="#" alt="最新推出">
<area shape="poly" coords="2,,,,,,3," href="#" alt="联系我们">
</map>
</body>
</html>