2012-04-24 111 views
0

我有一个页面,当我点击链接它消失我在锚标记 使用此当我在按钮短声消失按钮点击HTML页面上消失后

<!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> 
+0

你链接到'overview.html',如果按钮没有出现在那里,它不会显示 – 2012-04-24 12:10:41

+0

我没有看到展现在那里,但之后在前看不见点击和一段时间后,它移动到下一页,但背景保持不变,但按钮消失 – 2012-04-24 12:19:46

回答

0

在图像的点击,它登录overview.html页面。

你可以看到LIVE DEMO

+0

是的,我也想这个,但在点击图像消失后移动到overview.html – 2012-04-24 12:16:50

+0

你能帮我请 – 2012-04-24 12:22:55

+0

它在浏览器上工作正常,但在设备上它回退 – 2012-04-24 12:30:02