Web开发[总排行] [月排行] [周排行] [日排行]
继续上次的例子,对于list才说只有行,讨论列是没有意义的。 bool insertRows(int row, int count, const QModelIndex &parent); bool removeRows(int row, int count, const QModel...
分类:Web程序 时间:2014-05-27 01:25:29 阅读:296
常用的CSS命名规则头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体佈局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体:main热...
分类:Web程序 时间:2014-05-27 01:25:49 阅读:405
for ie:direction 阴影角度 0°为从下往上 顺时针方向strength 阴影段长度-moz-box-shadow: 2px 2px 10px #909090;-webkit-box-shadow: 2px 2px 10px #909090;box-shadow:2px 2px 10p...
分类:Web程序 时间:2014-05-27 01:32:35 阅读:387
样式定义:#ContactAbout { height: auto; position: relative; overflow: hidden; }#sectioncontact { display: block; width: 100%; position: relative; height: 7...
分类:Web程序 时间:2014-05-27 01:32:15 阅读:415
.v_comment img{ height:36px; height:36px; float:left; padding:1px; margin:2px; border: 1px solid #ddd; }.v_comment img:hover{border: 1px solid #ccc; -...
分类:Web程序 时间:2014-05-27 01:31:52 阅读:264
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 中间内容:center导航导航:nav 导航:mainba...
分类:Web程序 时间:2014-05-27 01:32:59 阅读:374
这个问题本来是在我实际的项目中遇到过的,但这其实是当初项目要求,要求一进入就要使得在用户名那个文字框中聚焦,而不是再用鼠标去点击获得焦点,后来自己费了点时间解决了.本来我没太注意就过去了,没想到在QQ群里也有人问了一样的问题,我想还是写出来,这样大家可以注意一下,可能以后有帮助. 我用一个简单的例....
分类:Web程序 时间:2014-05-27 01:35:01 阅读:393
/*==========限制图片大小======避免页面撑暴========*/img { max-width:100%;width:expression(width>669?"100%":width+"px");}--说明 .content img { max-width:100%;width:e...
分类:Web程序 时间:2014-05-27 01:38:06 阅读:292
filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;
分类:Web程序 时间:2014-05-27 01:50:04 阅读:183
130690306913069230976
上一页309751下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!