DataAccess.Content

摘要: using System.Data;using System.Data.Common;using Suryani.Core.Data;using Suryani.Core.Interceptors;using Suryani.Core.Cache;namespace DataAccess.Content{ public class ContentBoutiqueMenuData : BaseData { /// <summary> /// Find all ContentBoutiqueMenu, this data will be cached /// </summary& 阅读全文
posted @ 2011-04-15 09:10 xingya 阅读(126) 评论(0) 推荐(0)

css2

摘要: 1、CSS自适应高度一般我们需要让宽度一定时高度随内容增加而增高。此时我们将无需设置高度即可实现此效果。同时也无需使用height:auto来实现高度自适应。通常默认情况下不设置高度,对象高度即是自适应高度。background-attachment:fixed; 背景固定background-attachment:scroll 背景图像是随对象内容滚动以前html直接对对象加粗的标签如下:<b></b>或<strong></strong>两者效果相同。加粗实例,代码如下: <strong>我被加粗</strong>< 阅读全文
posted @ 2011-04-14 17:19 xingya 阅读(176) 评论(0) 推荐(0)

css

摘要: overflow属性有四个值:visible (默认), hidden, scroll, 和auto。同样有两个overflow的姐妹属性overflow-y 和overflow-x,它们很少被采用。语法:background-position : length || lengthbackground-position : position || position取值:length : 百分数 | 由浮点数字和单位标识符组成的长度值。position : top | center | bottom | left | center | right说明:设置或检索对象的背景图像位置。必须先指定 b 阅读全文
posted @ 2011-04-12 11:15 xingya 阅读(207) 评论(0) 推荐(0)