作者:ShiningRay @ Nirvana Studio 随着网络的发展,网速和机器速度的提高,越来越多的 […]
设计心理学
1、 什么是设计心理学 设计心理学是设计专业一门理论课,是设计师必须掌握的学科,是建立在心理学基础上,是把人们 […]
网站设计之合理架构CSS
??架构css 在当前浏览器普遍支持的前提下,css被我们赋予了前所未有的使命。然而依赖css越多,样式表 […]
St. Patrick's Day
说明:St. Patrick's Day 圣帕特里克节(爱尔兰)
St. Patrick's Day
[img]http://www.google.com/logos/stpatricks_07.gif[/img […]
Cricket World Cup
说明:Cricket World Cup 板球世界杯 背景:板球是由两队各十一人进行对抗比赛的一项团队运动。其 […]
Purim Festival
说明:Purim Festival 普陵节(犹太教节日) 背景:普陵节(也称普珥节)就是每到二或三月举行的化装 […]
2007 St.David\'s Day
说明:St.David's Day 圣大卫日 背景:圣大卫(520-588)是威尔士的守护圣人。传统的 […]
2007 St.David's Day
[img]http://www.google.com/logos/st_david07.gif[/img] 说 […]
第79届奥斯卡金像奖提名
2007 Chinese New Year
说明:Chinese New Year金猪跳,吉祥到,今年春节您咋闹祝大家新年快乐
Fat Thursday
2007 valentine's day
2007 valentine's day
[img]http://www.google.com/logos/valentine07.gif[/img][ […]
Australia Day
说明:Australia Day 澳大利亚日
Martin Luther King Jr. Day
说明:Martin Luther King Jr. Day 马丁·路德·金日
2007元旦
超强NB 的弹出代码,不弹都不行,3721,GOOGLE工具都拦截不了
超强NB 的弹出代码,不弹都不行,3721,GOOGLE工具都拦截不了。 在你要弹出的页面里面写上 <S […]
2006 Christmas
圣诞快乐的时候, 还是有人要问, 到底应不应该过圣诞? 近日,北大、清华等十多位博士联名抵制中国人过圣诞节
Happy Holidays from Google
说明:Happy Holidays from Google06 说明:Happy Holidays from […]
Google Doodle II
7 月 4 日 , 美国独立日 ( Independence Day ),分别代表美国独立进程中四个标志 […]
Google Doodle
5 月的第一个星期,UFO 系列 Logo (提示:这一系列可联系成一个小故事)
令人叫绝的国外创意广告
(图1) 每三秒钟就有一只动物死于化妆品实验室。请对动物试验化妆品说不! (图2) 心脏病急救中心电话 […]
一个很好的无边窗口
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
<HTML> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>Chromeless Window</title> <SCRIPT LANGUAGE="JScript"> /* This following code are designed and writen by Windy_sk <windy_sk@126.com> You can use it freely, but u must held all the copyright items! Special Thanks For andot */ var CW_width = 400; var CW_height = 300; var CW_top = 100; var CW_left = 100; var CW_url = "/"; var New_CW = window.createPopup(); var CW_Body = New_CW.document.body; var content = ""; var CSStext = "margin:1px;color:black; border:2px outset;border-style:expression(onmouseout=onmouseup=function(){this.style.borderStyle='outset'}, onmousedown=function(){if(event.button!=2)this.style.borderStyle='inset'});background-color:buttonface;width:16px;height:14px;font-size:12px;line-height:11px;cursor:default;"; function insert_content(){ var temp = ""; CW_Body.style.overflow = "hidden"; CW_Body.style.backgroundColor = "white"; CW_Body.style.border = "solid black 1px"; temp += "<table width=100% height=100% cellpadding=0 cellspacing=0 border=0>"; temp += "<tr style=';font-size:12px;background:#0099CC;height:20;cursor:default' ondblclick="Max.innerText=Max.innerText=='1'?'2':'1';parent.if_max=!parent.if_max;parent.show_CW();" onmouseup='parent.drag_up(event)' onmousemove='parent.drag_move(event)' onmousedown='parent.drag_down(event)' onselectstart='return false' oncontextmenu='return false'>"; temp += "<td style='color:#ffffff;padding-left:5px'>Chromeless Window For IE6 SP1</td>"; temp += "<td style='color:#ffffff;padding-right:5px;' align=right>"; temp += "<span id=Help onclick="alert('Chromeless Window For IE6 SP1 – Ver 1.0 Code By Windy_sk Special Thanks For andot')" style=""+CSStext+"font-family:System;padding-right:2px;">?</span>"; temp += "<span id=Min onclick='parent.New_CW.hide();parent.blur()' style=""+CSStext+"font-family:Webdings;" title='Minimum'>0</span>"; temp += "<span id=Max onclick="this.innerText=this.innerText=='1'?'2':'1';parent.if_max=!parent.if_max;parent.show_CW();" style=""+CSStext+"font-family:Webdings;" title='Maximum'>1</span>"; temp += "<span id=Close onclick='parent.opener=null;parent.close()' style=""+CSStext+"font-family:System;padding-right:2px;" title='Close'>x</span>"; temp += "</td></tr><tr><td colspan=2>"; temp += "<div>"; temp += "<object id='include' style='overflow:scroll; HEIGHT: 100%; width:"+CW_width+"';border:0px' type='text/html' data='"+CW_url+"'></object>"; temp += "</div>"; temp += "</td></tr></table>"; CW_Body.innerHTML = temp; } insert_content(); var if_max = true; function show_CW(){ window.moveTo(10000, 10000); if(if_max){ New_CW.show(CW_top, CW_left, CW_width, CW_height); if(typeof(New_CW.document.all.include)!="undefined") { New_CW.document.all.include.style.width = CW_width; New_CW.document.all.Max.innerText = "1"; } }else{ New_CW.show(0, 0, screen.width, screen.height); New_CW.document.all.include.style.width = screen.width; } } window.onfocus = show_CW; window.onresize = show_CW; // Move Window var drag_x,drag_y,draging=false function drag_move(e){ if (draging){ New_CW.show(e.screenX-drag_x, e.screenY-drag_y, CW_width, CW_height); return false; } } function drag_down(e){ if(e.button==2)return; if(New_CW.document.body.offsetWidth==screen.width && New_CW.document.body.offsetHeight==screen.height)return; drag_x=e.clientX; drag_y=e.clientY; draging=true; e.srcElement.setCapture(); } function drag_up(e){ draging=false; e.srcElement.releaseCapture(); if(New_CW.document.body.offsetWidth==screen.width && New_CW.document.body.offsetHeight==screen.height) return; CW_top = e.screenX-drag_x; CW_left = e.screenY-drag_y; } </SCRIPT> </HTML> |
edvard munch
说明:edvard munch 爱德华·蒙克诞辰 爱德华·蒙克(Edvard Munch,1863年12月12 […]