Re: [問題] css如何套用在不同的div中?

看板Ajax作者 (Jihad & Crusade)時間17年前 (2007/09/08 16:30), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《IamCobalt (Jihad & Crusade)》之銘言: : 小弟有一個網頁是用樣版設計的 : 其中有一個部份的div是用javascript來變更 : 但是這個div的內容是用css來呈現 : 當我更新這個div後原本的css功能就出不來了 : 不知道有沒有人遇過這個問題並解決了呢? : 煩請教導小弟 : 謝謝 這是原本的原始碼 <script type="text/javascript" src="include/greybox/AJS.js"></script> <script type="text/javascript" src="include/greybox/AJS_fx.js"></script> <script type="text/javascript" src="include/greybox/gb_scripts.js"></script> <link href="include/greybox/gb_styles.css" rel="stylesheet" type="text/css" media="all" /> <div class="taskContent" id="taskContent"> <a href='modules/imageshow.php' rel='gb_page_center[400,300]'>$str</a> <div> 但是當我用ajax改變div時,原本的效果無法出現, 是不是上面那四行在div更新沒有載入或是沒有效果 因此我想可不可以在ajax中重新載入那四行呢? 或是有別的方法可以做到嗎? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 192.192.168.141 ※ 編輯: IamCobalt 來自: 192.192.168.141 (09/08 17:31)
文章代碼(AID): #16ubsL_R (Ajax)
文章代碼(AID): #16ubsL_R (Ajax)