2011年4月25日
摘要: sql="select * from cp where name like'%"&request("name")&"%' " 阅读全文
posted @ 2011-04-25 17:24 ddxgc 阅读(144) 评论(0) 推荐(0) 编辑
摘要: http://cnc.sudu.cn/info/article/articleInfo.php?aId=10319 /Files/net2/web2.rar 阅读全文
posted @ 2011-04-25 13:34 ddxgc 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 今在做个DIV布局时遇到个问题,外围的DIV不能完全把里面的DIV框住,郁闷中,在网上查到只要在外围DIV上加上样式:overflow:auto; _height:1%;}便可解决该问题。附:在外围元素添加overflow:auto;可以解决除了IE6以外的浏览器的问题。要解决ie6的问题,再加上 ... 阅读全文
posted @ 2011-04-25 09:34 ddxgc 阅读(2924) 评论(0) 推荐(0) 编辑