作者tomin (for pete's sake)
看板Web_Design
標題Re: [問題]"繼續閱讀"的作法
時間Thu Jun 4 02:03:49 2009
Firefox可以了 w3c也過了
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>temp</title>
</head>
<body>
<input type="button"
onclick="document.getElementById('name_1').style.display=
document.getElementById('name_1').style.display=='none'?'':'none';"
value="繼續閱讀"/>
<div id="name_1" style="display:none">
這是隱藏內容
</div>
</body>
</html>
※ 引述《s87144 (...)》之銘言:
: 感謝幾位大大在深夜的協助,我試著把語法改成下面這樣:
: <input type=button
: onclick="name_1.style.display=name_1.style.display=='none'?'':'none'"
: value="繼續閱讀"/>
: <div id="name_1" style="display:none">
: 這是隱藏內容
: </div>
: 在IE可以點下"繼續閱讀"按鈕後,會出現文章。也不會出現語法錯誤了!
: (另,有試過把<div id=.....>移到<input...../>之前,用div包住<input>
: 會連"繼續閱讀"得按鈕也一起隱藏起來)
: 但是,firefox還是沒辦法顯示耶?
: 不過把網頁最上面的XHTML宣告刪掉後,Firefox就可以顯示了!
: 請問有辦法把上面那段HTML語法改成XHTML支援的語法嗎?
: 因為我們實驗室的網頁架構是在XHTML下面的(是使用joomla 1.5架設)。
: 謝謝各位了!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.116.40.183
※ 編輯: tomin 來自: 122.116.40.183 (06/04 02:05)
→ a0955133:辛苦拉!!!! 06/04 10:36
推 s87144:感謝您,已經可以用了! 06/04 12:00