1 頁 (共 1 頁)

WOG主頁重新設計問題

文章發表於 : 2010-10-20 7:58 pm
kingdun3284
我本來打算用CSS重新設計WOG主頁的介面,可是卻遇到問題了,TOP_FRAME下了那個最大的框框怎抽出來,放在我新設計的介面上?

原本的代碼:<frameset rows="0,43,*,0,0,130" border="0" resize="no" >
<frame src="" name="news" id="news" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
<frame src="wog_top.htm" name="top_view" id="top_view" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
<frameset cols="*,20%" border="0">
<frame name="wog_view" id="wog_view" frameborder="0" scrolling="Auto" noresize marginwidth="10" marginheight="10">
<frame name="wog_peo" src="" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" noresize>

</frameset>
<frame name="mission" src="wog_etc.php?f=well" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="peolist" src="wog_etc.php?f=peo" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame src="wog_foot.htm" name="foot" id="foot" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
紅色那兩行,沒有SRC,怎抽出來?

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-21 3:24 pm
ETERNAL
kingdun3284 寫:我本來打算用CSS重新設計WOG主頁的介面,可是卻遇到問題了,TOP_FRAME下了那個最大的框框怎抽出來,放在我新設計的介面上?

原本的代碼:<frameset rows="0,43,*,0,0,130" border="0" resize="no" >
<frame src="" name="news" id="news" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
<frame src="wog_top.htm" name="top_view" id="top_view" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
<frameset cols="*,20%" border="0">
<frame name="wog_view" id="wog_view" frameborder="0" scrolling="Auto" noresize marginwidth="10" marginheight="10">
<frame name="wog_peo" src="" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" noresize>

</frameset>
<frame name="mission" src="wog_etc.php?f=well" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="peolist" src="wog_etc.php?f=peo" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame src="wog_foot.htm" name="foot" id="foot" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
紅色那兩行,沒有SRC,怎抽出來?


在wog.js裡面

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-21 6:48 pm
kingdun3284
我已設定了那個DIV的ID是"wog_view"並在<head></head>中載入了wog.js也不行啊。

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-21 6:48 pm
kingdun3284
我已設定了那個DIV的ID是"wog_view"並在<head></head>中載入了wog.js也不行啊。

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-23 8:09 am
ETERNAL
kingdun3284 寫:我已設定了那個DIV的ID是"wog_view"並在<head></head>中載入了wog.js也不行啊。


所有頁面都在wog.js裡面

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-23 9:38 am
kingdun3284
你的意思是說將WOG.JS解體,然后每一段都放在一個獨立的HTML文件嗎?

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-24 1:09 pm
ETERNAL
kingdun3284 寫:你的意思是說將WOG.JS解體,然后每一段都放在一個獨立的HTML文件嗎?


不是

我的意思是讓你知道,wog的設計是所有的html都是寫在wog.js裡面

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-24 5:36 pm
kingdun3284
可是我找不到哪一段html 碼令wog.js的東西顯示在bottom frame,mainframe and right frame,你能告訴我,讓我修改修改嗎?

Re: WOG主頁重新設計問題

文章發表於 : 2010-10-24 11:27 pm
ETERNAL
kingdun3284 寫:可是我找不到哪一段html 碼令wog.js的東西顯示在bottom frame,mainframe and right frame,你能告訴我,讓我修改修改嗎?


wog.js裡面沒有那些代碼,要用要自己加