-webkit-border-radius:5px; -moz-border-radius:5px;
border-radius:5px;
分类:
Web程序 时间:
2014-05-27 01:52:43
阅读次数:
184
.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
transform:rotate旋转deg #box1{
-moz-transform:rotate(10deg); -webkit-transform:rotate(10deg); }transform:skew倾斜
#box2{ -mo...
分类:
Web程序 时间:
2014-05-27 00:47:36
阅读次数:
309
CSS3中的过渡Transition有四个中心属性:transition-property、transition-duration、transition-delay和transition-timing1、transition-property的语法[css]
transition-property....
分类:
Web程序 时间:
2014-05-24 06:58:08
阅读次数:
317
通过CSS3 Media
Query实现响应式Web设计一、响应式设计(一)响应式设计初识,一个小小的demo,用来理解什么是响应式今天的一个小小的demo,让我重新的认识了什么是响应式网页设计。我之前一直以为主要一个网页在不同的设备上浏览,网页可以自适应设备的屏幕大小,而不发生结构变形。其实我觉得...
分类:
其他好文 时间:
2014-05-19 18:42:24
阅读次数:
313
文档申明为 1.盒子模型IE6:(使用 !DOCTYPE 声明指定
standards-compliant 模式)margin-left + border-left + padding-left + width +
padding-right + border-right + margin-righ...
分类:
其他好文 时间:
2014-05-19 13:45:48
阅读次数:
2052
1
1
2
cool
1
1
2
border...
分类:
Web程序 时间:
2014-05-18 15:23:31
阅读次数:
306
使用了几种办法
1:使用Qt下面的QListview来实现QQ类似效果,差强人意
2:使用QWebview加载html css样式来完成,发现效果不错,但是毕竟webview占用巨大的内存
3:使用QTextBrower加载css,但是好像只支持css2.1版本,css3完全不支持,这样的话,花哨的样式应该是无法实现...
分类:
其他好文 时间:
2014-05-18 15:02:04
阅读次数:
500
for (int k = 0; k
if (((k + 1) % 2) != 0) {
m1 = (MealEntity) list.get(k);
%>
">
src="mealImg/.jpg" width="148"
height="126" border="0" />
:
原价:人民币元
现价:人民币
元
">
...
分类:
其他好文 时间:
2014-05-18 14:07:40
阅读次数:
234
分享2014-4-1
HTML5上课笔记
2、CSS3属性(内核前缀)
Mozilla 内核 css前缀-moz;
WebKit 内核 css前缀-webkit ;(谷歌已换用blink内核)
Opera 内核 css前缀 -o ; (欧朋已换用blink内核)
Trident 内核 css前缀 -ms ;
...
分类:
Web程序 时间:
2014-05-18 10:37:02
阅读次数:
592