05 2011 档案

摘要:情况描述:在页面当中使用了float,且外容器含有border,在ie6中,边框会局部消失,滚动条滚动几下会出现;ie7,ff下正常。解决办法:(1)给父元素加个background:#fff;(2)给你的外容器加上zoom:1;让ie6产生haslayout,这样就不会有问题了。(3)给外容器加定宽,并溢出隐藏 width:100%; overflow:hidden; 阅读全文
posted @ 2011-05-21 11:34 _cloudy 阅读(931) 评论(0) 推荐(0) 编辑
摘要:USE [QPGameGirlDB]GO/****** 对象: StoredProcedure [dbo].[UP_Rank] 脚本日期: 05/20/2011 16:28:12 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER PROCEDURE [dbo].[UP_Rank]@topvalue varchar(1000),@orderFields varchar(5000) AS Declare @sql varchar(5000); -- 条件语句(不加 where,可带 group by 分组条件,分组条件需要带 gro 阅读全文
posted @ 2011-05-20 16:43 _cloudy 阅读(3331) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->if (Session["verify"].ToString() == tbyanzhen.Text.ToUpper()) { DataLinqDataContext ddc = new DataLinqDataContext(); var mber = from m in ddc.member where m.user_Name == tbuser.Text.Trim() 阅读全文
posted @ 2011-05-05 16:45 _cloudy 阅读(357) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#region //判断用户真实姓名是否存在重复,true为存在,false为不存在 public static bool SameRealname(string SetRealname) { DataLinqDataContext dlinq = new DataLinqDataContext(); var query = from m in dlinq.member where m.user 阅读全文
posted @ 2011-05-05 16:44 _cloudy 阅读(3486) 评论(0) 推荐(0) 编辑
摘要:background: #00f; /* all browsers including Mac IE */ *background: #f00; /* IE 7 and below */ _background/**/: #0f0; /* IE 5.0 */ _background:/**/ #f62; /* IE 5.5 only */ _background/**/:/**/ #f61; /* IE 6 only */ 阅读全文
posted @ 2011-05-05 16:44 _cloudy 阅读(101) 评论(0) 推荐(0) 编辑