2011年6月15日

tabs

摘要: <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="tabs.aspx.cs" Inherits="Extjs.tabs" %><asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="s 阅读全文

posted @ 2011-06-15 11:39 在路上晃晃悠悠 阅读(242) 评论(0) 推荐(0) 编辑

window

摘要: <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="window.aspx.cs" Inherits="Extjs.window" %><asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat=&qu 阅读全文

posted @ 2011-06-15 11:38 在路上晃晃悠悠 阅读(321) 评论(0) 推荐(0) 编辑

2010年10月8日

UpdatePanel 与Jquery.Thickbox 失效解决办法

摘要: 把thickbox.js文件中的代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//onpageloadcalltb_init$(document).ready(function(){tb_init('a.thickbox,area.thickbo... 阅读全文

posted @ 2010-10-08 13:08 在路上晃晃悠悠 阅读(410) 评论(0) 推荐(1) 编辑

2010年5月17日

在 IE与FF中单击链接时虚线的清除

摘要: 我们编写链接标签(锚)时,单击它,它总是会出现很难看的虚线。 只要a 的样式中写个这个 a{outline:none;}/* 在 FF 中 */ a{blr:expression(this.onFocus=this.blur());}/* 在 IE 中 */ 在各种浏览器中都可以清除虚线了。 阅读全文

posted @ 2010-05-17 14:25 在路上晃晃悠悠 阅读(175) 评论(0) 推荐(0) 编辑

2010年3月13日

IE6 png透明

摘要: http://blog.csdn.net/boral_li/archive/2009/05/03/4144365.aspx 阅读全文

posted @ 2010-03-13 14:50 在路上晃晃悠悠 阅读(114) 评论(0) 推荐(0) 编辑

2010年3月12日

CSS图像滤镜

摘要: http://hi1980.com/2009/03/21/img-css-filter.htmla img { 2filter:alpha(opacity=80);/*CSS透明度滤镜*/3opacity:0.8;/*针对Mozilla浏览器CSS透明度滤镜*/4} 5a:hover img { 6filter:alpha(opacity=100);/*CSS透明度滤镜*/7opacity:1;/... 阅读全文

posted @ 2010-03-12 16:58 在路上晃晃悠悠 阅读(231) 评论(0) 推荐(0) 编辑

2010年3月11日

前台使用三元运算符判断显示

摘要: <%#DataBinder.Eval(Container.DataItem,"Status").ToString() == "1" ? "Oppen" : "close"%> 阅读全文

posted @ 2010-03-11 15:24 在路上晃晃悠悠 阅读(470) 评论(0) 推荐(0) 编辑

2009年3月4日

常用SEO工具

摘要: 1、英文关键字密度工具http://www.seochat.org.html/seo/2006/1021/73.html2、百度相关搜索http://www2.baidu.com/inquire/rsquery.php 阅读全文

posted @ 2009-03-04 10:00 在路上晃晃悠悠 阅读(177) 评论(0) 推荐(0) 编辑

2009年2月25日

DIV屏幕垂直居中

摘要: [代码]通过IE7.0、Mozilla3.0。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1body{padding:0;margin:0;}body,html{height:100%;}2#outer{height:100%;overflow:h... 阅读全文

posted @ 2009-02-25 11:31 在路上晃晃悠悠 阅读(735) 评论(0) 推荐(0) 编辑

2009年1月7日

FF浏览器下高度自适应问题

摘要: 如果设置了DIV的高度为auto时,在IE下能实现自适应高度,而在火狐下不能达到自适应,则可以在当前DIV添加overflow:hidden这个属性。 阅读全文

posted @ 2009-01-07 13:24 在路上晃晃悠悠 阅读(145) 评论(0) 推荐(0) 编辑

导航