1.凹进效果background:#f2f2f2 center repeat;border-bottom: 1px solid #e9e9e9;border-top: 1px solid #f9f9f9; 2.突出效果background:#f2f2f2 center repeat;border-t...
分类:
Web程序 时间:
2015-01-07 12:41:51
阅读次数:
132
语法缩写如下:background : [background-color] | [background-image] | [background-position][/background-size] | [background-repeat] | [background-attachment] ...
分类:
其他好文 时间:
2015-01-06 09:44:11
阅读次数:
158
实现用一张背景图做循环从左往右平移动画。 1。 实现两个animation xml文件,一个起始位置在-100%p ,一个在0%p。设置repeat属性为循环,重复。 <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="htt...
分类:
移动开发 时间:
2015-01-04 13:42:43
阅读次数:
298
(8)删除指定字符串的函数TRIM(s1 FROM s)
TRIM(s1 FROM s2)删除字符串s中两端所有的子字符串s1。s1是可选向,在未指定情况下,删除空格。
select trim('xy' from 'xyxboxyokxxyxy');
(9)重复生成字符串的函数REPEAT(s,n)
返回一个有重复的字符串s组成的字符串,字符串s的个数是n。如果n,返回空字符串。如果...
分类:
数据库 时间:
2015-01-03 09:25:03
阅读次数:
203
1.css文件 span.dropList {display:inline-block; height:20px;border:1px solid #ccc; cursor:pointer; background:url(../images/xj.png) #fff no-repeat center...
分类:
Web程序 时间:
2015-01-02 17:20:35
阅读次数:
310
一张图片,用CSS分割成多个小图标。css样式:[css]view plaincopy.icon{background:url(../images/tabicons.png)no-repeat;width:18px;line-height:18px;display:inline-block;}.tu...
分类:
Web程序 时间:
2014-12-31 13:02:05
阅读次数:
317
jQuery(this).addClass("background").siblings().removeClass("background") 导致IE6移除的css无效;通过css渲染效果解决:{ background:url(/images/about_us.png) no-repeat le...
分类:
Web程序 时间:
2014-12-30 11:18:07
阅读次数:
106
Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeat...
分类:
其他好文 时间:
2014-12-28 12:51:44
阅读次数:
139
它的组合写法:background-color, background-image, background-repeat,backgroundattachment, background-position。 示例写法:body {background:#000 url(../images/图片路径....
分类:
其他好文 时间:
2014-12-24 13:13:16
阅读次数:
169
border-image:border-image-sourceborder-image-slice:裁剪,可以是像素值或百分比;border-image-widthborder-image-outset:边框偏离基准值的大小,默认0;border-image-repeat:stretch拉伸/re...
分类:
Web程序 时间:
2014-12-24 11:14:21
阅读次数:
133