运行代码框 var old=null;function changemenu(mydiv){ var obj = document.getElementById(mydiv); if (old!=null&&old!=obj) old.style.display='none'; old=obj; if (obj.style.display=='none'){ obj.style.display='block'; }else{ obj.style.display='none'; }} div id

Posted at (07-12-24)Views(174)

关键词:css背景样式 序号 中文说明 标记语法 1 背景颜色 {background-color:数值} 2 背景图片 {background-image: url(URL)|none} 3 背景重复 {background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y} 4

Posted at (07-12-24)Views(50)

运行代码框 style/* 先把这个 xmenu 的样式放到css里 */.xmenu td{font-size:12px;font-family:verdana,arial;font-weight:bolder;color:#ffffff;border:1px solid #336699;background:#336699;filter:blendtrans(duration=0.5);cursor:hand;text-align:center;}/stylescript/*http://l

Posted at (07-12-23)Views(45)

当我们准备建立一个Web站点时,就必须向域名登记机构申请一个Internet域名,因此,我们通常希望了解自己准备使用的域名是否已经被注册,这时,可以访问NIC站点 http://www.nic.net ,点击whois链接后输入需查询的域名,就可以得到我们需要的结果 。 WHOIS 服务器 为 .com、.net 和 .org 的国际顶级域名的查询返回全部的 whois 数据,包括网站域名注册人、管理合约、联系方式(电话、电子邮件、地址)、帐单联络、技术支持和域名 服务器 信息,对于用户了解一个

Posted at (07-12-23)Views(63)

运行代码框 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdhtml xmlns=http://www.w3.org/1999/xhtmlheadmeta http-equiv=Content-Type content=text/html; charset=gb2312 /title仿雅虎首页的特色服务切换效果/ti

Posted at (07-12-23)Views(73)

运行代码框 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdhtml xmlns=http://www.w3.org/1999/xhtmlheadtitle图片轮换新闻/title/headbodydiv id=flashnewsstyle type=text/css!--#flashnews{float:right

Posted at (07-12-23)Views(463)

性能 首先,FCKEDITOR的性能是非常好的,用户只需很少的时间就可以载入FCKEDITOR所需文件.对于其他在线编辑器来说,这几乎是个很难解决的难题,因为在开启编辑器时需要装载太多的文件.比如CUTEEDITOR,虽然功能比FCKEDITOR还要强大,可是,它本身也够庞大了,至于FREETEXTBOX等,其易用性与FCKEDITOR相比,尚有差距,可以说,FCKEDITOR是一个别具匠心的在线编辑器,它里面融入了作者高深的面向对象的JAVASCRIPT功力,集易用性与强大的功能与一体. .与

Posted at (07-12-23)Views(72)

html head meta name=GENERATOR content=Microsoft FrontPage 6.0 meta name=ProgId content=FrontPage.Editor.Document meta http-equiv=Content-Type content=text/html; charset=gb2312 title新建网页 1/titlescript type=text/javascript var Book_Image_Width=140; //此

Posted at (07-12-07)Views(190)