根据模块化的思想,将目录划分为html,css,image三大部分。css部分:(base.css、globa.css和mod文件夹)1、base.css放置的是reset,clearfix等基础类和工具类;2、globa.css放置的是布局样式,包括header,footer等样式;3、mod文件...
分类:
Web程序 时间:
2015-04-26 18:05:05
阅读次数:
127
1.问题demo:为什么footer下a的索引值那么大,index不是查找兄弟级别的元素么?而且还限定了范围在footer下的a的情况下。解决方法:alert( $("#footer a").index($(this)) ); 解析:demo那个是获取本身的节点。针对 .index()问题进一步全面...
分类:
其他好文 时间:
2015-04-24 14:08:14
阅读次数:
89
到Storyboard中,选择collection view controller中的"Collection View"。在Attributes inspector中,选择"Section Header"和"Section Footer",一旦选中你就会在屏幕中看到下面的的显示:最重要的是,我们必须...
分类:
其他好文 时间:
2015-04-24 12:05:39
阅读次数:
768
注释的写法:/* Footer */内容区/* End Footer */class的命名:(1)标题栏样式,使用"类别+功能"的方式命名 .barNews { } .barProduct { }(2)模块结构css定议 模块标题 .module 模块标题 .moduleHead 模块包装...
分类:
Web程序 时间:
2015-04-22 23:55:51
阅读次数:
171
HTML5 新特性
新的DocType: 不需要声明文档类型;脚本和链接不需要type属性,如 lingk, script;语义化标签,如:header, footer, hgroup, mark, figure, small, article,属性及校验,
新的属性,如:placeholder, required, autofocus, pattern, autocompl...
分类:
Web程序 时间:
2015-04-22 13:54:46
阅读次数:
228
目录:标题栏 : ion-header-bar页脚栏 : ion-footer-barheader/footer : 样式及内容内容区 : ion-content滚动框 : ion-scroll拉动刷新 : ion-refresher滚动刷新 : ion-infinite-scroll脚本接口 : ...
分类:
Web程序 时间:
2015-04-15 16:40:48
阅读次数:
450
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ string FstWeekEnd,FstWeekEndday; if (e.Row.RowType == DataControlRowType...
分类:
其他好文 时间:
2015-04-13 22:38:53
阅读次数:
142
1.去掉cxgrid中抬头的box ,在tableview1的ptionsview的groupbybox=false;2.在GRID footer 中加入sum(列), tableview1的optionsview的footer=ture然后在cxGRid1的customize中的summary 的...
转自:http://blog.csdn.net/cloudday/article/details/7343448调用头部 尾部{template "content","header"} 、 {template "content","footer"}{siteurl($siteid)} 首页链接...
分类:
Web程序 时间:
2015-04-13 20:36:14
阅读次数:
134
1、listview增加footer时,为footer下面设置横线,使用android:footerDividersEnabled="true"不好使。 解决办法: 将该listview的android:layout_height="wrap_content"改成match_parent就好了。 2、给TextView设...
分类:
移动开发 时间:
2015-04-13 13:08:46
阅读次数:
156