Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 网站建设 > ASP.NET > web设计技巧总结
【标  题】:web设计技巧总结
【关键字】:web
【来  源】:http://blog.csdn.net/zhanghefu/archive/2007/02/06/1503478.aspx

web设计技巧总结

Your Ad Here

 一,显示和隐藏层方法

 <script type="text/javascript">
     function IsDisplay(id)
     {  
   if(this.document.getElementById(id).style.display == 'none')
   {
    this.document.getElementById(id).style.display = 'block';
   }
   else
   {
    this.document.getElementById(id).style.display = 'none';
   }
     }
   function NoDisplay(id)
     {  
   if(this.document.getElementById(id).style.display = 'block')
   {
    this.document.getElementById(id).style.display = 'none';
   }
   
     }
    </script>

//初始化为隐藏. 

<div id="Layer" style="display: none"> </div id>二.

 

JoyChat AJAX Chatroom:【上一篇】
层的半透明效果 css特效:【下一篇】
【相关文章】
  • Jsp&Servelet 学习笔记- 映射一个Servlet实名到web.xml中
  • 多个web站点共享一个外部IP的实现方法
  • Web页面的数据导出excel时的格式问题
  • LightBox JS Web Gallery Generator
  • 使用Eclipse远程调试发布在Tomcat上的Web应用
  • [Forms Services]InfoPath的XmlFormView就是MOSS的InfoPath表单显示Web Part
  • laszlo webtop正在接受试用申请
  • Weblogic使用JDBC问题--JDBC driver is not on the CLASSPATH
  • SOA系列(一)Web服务中使用SOA方案
  • 探索 Google Web Toolkit
  • 【随机文章】
  • 表单焦点控制
  • Photoshop美女打造全过程
  • 普通用户选用网络防火墙的方方面面
  • 工作流与办公自动化的定义
  • [翻译]-Windows CE 程序设计 (3rd 版)--5.2 公共控件(八)
  • Interface plays as Placeholder, without any class implement it
  • .Net 中通用的FormatString格式符整理
  • 安装Win2003 Server下的Snort
  • 正则表达式简介(5-8)
  • 让我们的MSN生动起来
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.