2012-04-24 115 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