1/*2以上為js**~html**~* to change this license header, choose license headers in project properties.
3* to change this template file, choose tools | templates
4* and open the template in the editor.5*/
6/*自定義** */7
function
windowresize()
17 $("#yunguleft").animate(, 300);
20 } else23}
24windowresize();
25 $(window).resize(function
() );
28//
左側導航自適應
29 $("#yunguleft").bind("click", function
() );
3233
/*公告小數字背景色控制
*/34 $(".gy-body-right .gglist").each(function
());
3738
//切換
39 $(".yungu-left-banner").bind("click",function
() );
44 $(".yungu-left-banner-tanchu").bind("click",function
() );
4748
4950 $(".slide-left").bind("click", function
(), function
());59}
60});
6162 $(".slide-right").bind("click", function
(), function
());72}
73});
7475
/*滑鼠放上停止滾動
*/76
varsettime;
7778
function
settimefun() ,2000);83}
8485 $("#pic_carousel").hover(function
() , function
());
9091 settimefun();
12781617
1819
202122
2324
2526
2728
2930
3132
3334
3536
3738
3940
4142
43毛豆科技
4445
4653
5455
5657
5859
6061
62毛豆科技
寧祺超63
6465
7273
7475
7677
7879
8081
8283
8405月22號 星期五
85在雲谷,與您攜手共創未來!
8687
毛豆科技(寧祺超):帶你裝逼帶你飛......
8889
9091
9293
9495
9697
9899
100101102
+103
104105
106163
164165
166167
168169
170171
172173
174175
我的訊息
176177
178179
180181
182183
184185
186187
188189
190191
192193194
更多195
196204
205206
207208
更多209
210220
221222
223224
225226
227228
229230
231232
233234235236
237
iframe高度寬度自適應
最近在專案中用到了iframe,寫出來做個記錄,能幫到大家最好。一.首先簡單介紹一下iframe iframe 元素會建立包含另外乙個文件的內聯框架 即行內框架 所有瀏覽器都支援 標籤。二.頁面引用 三.設定iframe的高度自適應 四.設定iframe的寬度自適應 iframe的使用是為了引入乙個...
關於table設定固定寬度高度自適應
標籤 分類 計算機 開發 指令碼 web應用的頁面,的表現形式是常常遇到的,在列數有限的前提下,如何將各列中的內容自適應到不同解析度的螢幕,這應該是乙個比較容易遇到的問題,下面就來談一談我對這類問題的解決與看法。將所有列設定為固定寬度,顯然是不能滿足此類要求的,但是若把全部的列都設定為百分比,恐怕在...
html css div自適應螢幕寬度,高度
做c s專案其實最讓人蛋疼的無非就是相容問題,各種瀏覽器的不相容外還有div css不科學的顯示問題。所以針對div css視窗最大化 縮小的自適應加以解決。top div css 布局一行兩列,左列固定寬度,右列自適應寬度 設定最小寬度,視窗小的時候顯示滾動條 firefox ie測試通過.辛苦幾...