单击HTML页面后按钮消失

时间:2012-04-24 11:56:38

标签: html5

我有一个页面,当我点击按钮它消失我在锚标签中使用它 当我按下按钮时它会消失

  <!DOCTYPE HTML>
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>Untitled Document</title>
  <link type="text/css" href="splashcss.css" rel="stylesheet" />
  </head>

 <body>
 <div id="container">
 <div id="image"><a href="overview.html">
  <img src="image/startbutton.png"
    onmouseover="this.src='image/Startbuttonmouse.png'"
    onmouseout="this.src='image/startbutton.png'"/>  

 </a>
 </div>

</div>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

点击图片,它会落在overview.html页面上。

您可以看到 LIVE DEMO