码迷,mamicode.com
首页 >  
搜索关键字:xpages repeat    ( 2431个结果
纯css打造凹进与突出效果
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
multiple backgrounds 多重背景
语法缩写如下:background : [background-color] | [background-image] | [background-position][/background-size] | [background-repeat] | [background-attachment] ...
分类:其他好文   时间:2015-01-06 09:44:11    阅读次数:158
android 循环平移动画
实现用一张背景图做循环从左往右平移动画。 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
MySQL自学篇(九)——字符串函数(二)
(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
Html 多选下拉框
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样式:[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
让png在ie下正常显示 用到了jquery插件DD_belatedPNG 但是在ie6中这句话 前面添加有效 后面移除无效 IE6 jq removeClass无效
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
[LeetCode] Combination Sum
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
它的组合写法:background-color, background-image, background-repeat,backgroundattachment, background-position。 示例写法:body {background:#000 url(../images/图片路径....
分类:其他好文   时间:2014-12-24 13:13:16    阅读次数:169
css实例--边框
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!