发新话题
打印

致关注网页制作的朋友

只懂HTML
不逃避,不抛弃,不放弃。
http://blog.sina.com.cn/fjw

TOP

对了,我也想下载那个程序,可忘了叫什么名名了,能回下吗

TOP

看不懂??????????

TOP

需要什么特效代码可以找我啊,因为我是学计算机的,我也是郧西人我目前正从事的是网页设计,我目前在武汉工作这是我给我们公司做的网站,网址:www.jcjy.cn

下面是我提供的一个时间特效代码:
<script>
function RunTime(o)
{
   var TimeDifference = new Date() - new Date(o.innerText.replace(/-/g,"/"));
   (function ()
   {
     var d = new Date();
     d.setTime(d.getTime()+TimeDifference);
     o.innerText = d.toLocaleString();
     setTimeout(arguments.callee,1000);
   })();
}
</script>

TOP

背景特效:
<!--将以下代码加入HTML的<Body></Body>之间-->
<script language="javascript">
var IE5=(document.getElementById && document.all)? true : false;
var W3C=(document.getElementById)? true: false;
var currIDb=null, currIDs=null, xoff=0, yoff=0; zctr=0; totz=0;
function trackmouse(evt){
if((currIDb!=null) && (currIDs!=null)){
var x=(IE5)? event.clientX+document.body.scrollLeft : evt.pageX;
var y=(IE5)? event.clientY+document.body.scrollTop : evt.pageY;
currIDb.style.left=x+xoff+&#39;px&#39;;
currIDs.style.left=x+xoff+10+&#39;px&#39;;
currIDb.style.top=y+yoff+&#39;px&#39;;
currIDs.style.top=y+yoff+10+&#39;px&#39;;
return false;
}}

function stopdrag(){
currIDb=null;
currIDs=null;
NS6bugfix();
}

function grab_id(evt){
xoff=parseInt(this.IDb.style.left)-((IE5)? event.clientX+document.body.scrollLeft : evt.pageX);
yoff=parseInt(this.IDb.style.top)-((IE5)? event.clientY+document.body.scrollTop : evt.pageY);
currIDb=this.IDb;
currIDs=this.IDs;
}

function NS6bugfix(){
if(!IE5){
self.resizeBy(0,1);
self.resizeBy(0,-1);
}}

function incrzindex(){
zctr=zctr+2;
this.subb.style.zIndex=zctr;
this.subs.style.zIndex=zctr-1;
}

function createPopup(id, title, width, height, x , y , isdraggable, boxcolor, barcolor, shadowcolor, text, textcolor, textptsize, textfamily ){
if(W3C){
zctr+=2;
totz=zctr;
var txt=&#39;&#39;;
txt+=&#39;<div id="&#39;+id+&#39;_s" style="position:absolute; left:&#39;+(x+10)+&#39;px; top:&#39;+(y+10)+&#39;px; width:&#39;+width+&#39;px; height:&#39;+height+&#39;px; background-color:&#39;+shadowcolor+&#39;; filter:alpha(opacity=50); visibility:visible"> </div>&#39;;
txt+=&#39;<div id="&#39;+id+&#39;_b" style="borderutset &#39;+barcolor+&#39; 2px; position:absolute; left:&#39;+x+&#39;px; top:&#39;+y+&#39;px; width:&#39;+width+&#39;px; overflow:hidden; height:&#39;+height+&#39;px; background-color:&#39;+boxcolor+&#39;; visibility:visible">&#39;;
txt+=&#39;<div style="width:&#39;+width+&#39;px; height:16px; background-color:&#39;+barcolor+&#39;; padding:0px; border:1px"><table cellpadding="0" cellspacing="0" border="0" width="&#39;+(IE5? width-4 : width)+&#39;"><tr><td width="&#39;+(width-20)+&#39;"><div id="&#39;+id+&#39;_h" style="width:&#39;+(width-20)+&#39;px; height:14px; font: bold 12px sans-serif; color:&#39;+textcolor+&#39;"> &#39;+title+&#39;</div></td><td align="right"><a onmousedown="document.getElementById(\&#39;&#39;+id+&#39;_s\&#39;).style.display=\&#39;none\&#39;; document.getElementById(\&#39;&#39;+id+&#39;_b\&#39;).style.display=\&#39;none\&#39;;return false"><img src="closeb.gif" border="0" height="15" width="15"></a></td></tr></table></div>&#39;;
txt+=&#39;<div id="&#39;+id+&#39;_ov" width:&#39;+width+&#39;px; style="margin:2px; color:&#39;+textcolor+&#39;; font:&#39;+textptsize+&#39;pt &#39;+textfamily+&#39;;">&#39;+text+&#39;</div></div>&#39;;
document.write(txt);
this.IDh=document.getElementById(id+&#39;_h&#39;);
this.IDh.IDb=document.getElementById(id+&#39;_b&#39;);
this.IDh.IDs=document.getElementById(id+&#39;_s&#39;);
this.IDh.IDb.subs=this.IDh.IDs;
this.IDh.IDb.subb=this.IDh.IDb;
this.IDh.IDb.IDov=document.getElementById(id+&#39;_ov&#39;);
if(IE5){
this.IDh.IDb.IDov.style.width=width-6;
this.IDh.IDb.IDov.style.height=height-22;
this.IDh.IDb.IDov.style.scrollbarBaseColor=boxcolor;
this.IDh.IDb.IDov.style.overflow="auto";
}else{
this.IDh.IDs.style.MozOpacity=.5;
}
this.IDh.IDb.onmousedown=incrzindex;
if(isdraggable){
this.IDh.onmousedown=grab_id;
this.IDh.onmouseup=stopdrag;
}}}

if(W3C)document.onmousemove=trackmouse;
if(!IE5 && W3C)window.onload=NS6bugfix;
createPopup(&#39;box3&#39;,&#39;网页特效代码&#39; ,288, 90, 275, 155, true, &#39;FF8000&#39; , &#39;000000&#39; , &#39;800000&#39; , &#39;欢迎 欢迎 热烈欢迎&#39; , &#39;FFFF00&#39; , 9 , &#39;宋体&#39;);</script>

TOP

不懂!
划过海面的黑旗   我单身 但我不寂寞     我孤单 但不孤独         时间犹如海棉里的水,只要肯挤,总还是有的。”

TOP

对网页设计感兴趣的朋友可以发表你们的建议,大家可以一起交流啊,我是学计算机网页设计的,目前也正从事网页设计,大家有什么不懂的可以问我啊,虽然我的技术还不是很牛,但我尽量会提供一些这方面的知识让感兴趣的同学更了解一些的~~

TOP

这里好象搞前台的比较多啊
呵呵 我搞ERP主要负责后台
几何时 我已不是当初的我 悸动的音符 青涩的泪 诉说着已远去的爱恋 如此期待你如梦如幻的琴音 渴望那只为我而绽放的笑颜 只有窗外的雨  永远不会停下 一如我的心境  交响乐仍在耳边

TOP

ERP,现在好流行的东东,只是有点可惜,国外十年前都在做的东西而现在才在国内流行,当我在图书室借到这本书看到国外开始用的时间和我们现在的时间,说不出的一种感觉....无语中

TOP

需要什么特效代码可以找我啊,因为我是学计算机的,我也是郧西人我目前正从事的是网页设计,我目前在武汉工作这是我给我们公司做的网站

你是女的?
做网站的?
在武汉?
郧西人?
太好了

TOP

发新话题