2007年2月17日

两个简单的分页SQL过程

摘要: create proc Page(@PageIndex int)as declare @page intdeclare @sql varchar(1000)set @page=@PageIndex*5set @sql='select top 5 Brand.BrandID,Brand.BrandName,Brand.HtmlUrl,Brand.TypeID,Brand.LogoUrl2,Brand_Type.BrandTypeNamefrom Brand,Brand_Type where convert(int,substring(Brand.TypeID,2,1))=Brand_Ty 阅读全文

posted @ 2007-02-17 16:52 badyue 阅读(165) 评论(0) 推荐(0) 编辑

纯CSS圆角边框的一段代码

摘要: <style type="text/css">#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}#xsnazzy h1 {font-size:2.5em; color:#fff;}#xsnazzy h2 {font-size:2em;color:#06a; border:0;}#xsnazzy p {padding-bottom:0.5em;}#xsnazzy h2 {padding-top:0.5em;}#xsnazzy {background: transpare 阅读全文

posted @ 2007-02-17 14:15 badyue 阅读(276) 评论(0) 推荐(0) 编辑

Td,Table等自定义滚动条

摘要: 滚动条相关颜色属性:face-color:滑块颜色hightlight-color:高亮颜色3dlight-color:三维光线颜色darkshadow-color:暗影颜色shadow-color:阴影颜色arrow-color:箭头颜色tack-color:滑道颜色滚动条属性:overflow:auto为自动,yes为有,no为无overflow-x:横向滚动条overflow-y:纵向滚动条 阅读全文

posted @ 2007-02-17 12:05 badyue 阅读(1625) 评论(0) 推荐(0) 编辑

导航