/* CSS Document */*{margin:0;padding:0; }body{font-size:12px;font-family: Arial,SimSun,"宋体";color:#333; background:#960400;}h1,h2,h3,h4,h5,h6{ font-si...
分类:
Web程序 时间:
2014-08-04 20:50:27
阅读次数:
226
在项目中一段这样的代码背景图片加时间戳图片显示不出来图片显示不出来,经过查看发现时间戳有空格修改后,把时间戳的空格去掉图片便显示成功。
分类:
其他好文 时间:
2014-08-04 20:37:37
阅读次数:
172
下面提供一种跟随鼠标移动的提示框的思路,方便在以后工作中应用,主要是应用到鼠标移动产生的数值来进行移动提示框的定位...CSS代码.box{height:100px;width:100px;background:orange;position:relative;margin:40px;}.move{...
分类:
移动开发 时间:
2014-08-04 10:40:27
阅读次数:
257
背景 Background农民John有很多牛,他想交易其中一头被Don称为TheKnight的牛。这头牛有一个独一无二的超能力,在农场里像Knight一样地跳(就是我们熟悉的象棋中马的走法)。虽然这头神奇的牛不能跳到树上和石头上,但是它可以在牧场上随意跳,我们把牧场用一个x,y的坐标图来表示。描述...
分类:
其他好文 时间:
2014-08-03 20:31:05
阅读次数:
297
Android中让Dialog全屏:一、在style中定义样式: 其中transparent_background为颜色值:#50000000,透明度为50二、代码中定义Dialog时添加样式:View myLoginView = LayoutInflater.from(mC...
分类:
移动开发 时间:
2014-08-02 23:16:44
阅读次数:
282
无标题文档
$(function(){
interid=setInterval(Showgao,1);
var i=1;
$('#top').height(8);
$('#buttom').css('marginTop',42);
$('#buttom').css('background','#d6d6d6');
f...
分类:
Web程序 时间:
2014-08-02 15:33:43
阅读次数:
212
在写一个关于背景图的CSS时候发现一个奇怪的现象,原图:如下代码: 首页 | shopping 蓝 绿 橙 湛蓝 红 紫 理论上效果应该是这样的:但是,若其中的 #skin li中...
分类:
Web程序 时间:
2014-08-01 22:34:12
阅读次数:
389
/*QTreeView*/
QTreeView{
alternate-background-color:yellow;
}
QTreeView{
show-decoration-selected:1;
}
QTreeView::item{
border:1pxsolid#d9d9d9;
border-top-color:transparent;
border-bottom-color:transparent;
}
/*鼠标在QTreeView上面移动时的效果*/
QTreeView:..
分类:
其他好文 时间:
2014-08-01 20:13:22
阅读次数:
2752
Description
Background
Binary trees are a common data structure in computer science. In this problem we will look at an infinite binary tree where the nodes contain a pair of integers. Th...
分类:
其他好文 时间:
2014-08-01 19:39:52
阅读次数:
207
1、png图片不透明少量图片时:使用滤镜:_background:none;_filter:prodig:DXImageTransform.Microsoft.AlphaImageLoader(src="../a.png");注意:测试发现如果把样式写在css文件里,而非当前页面的里,则不会生效。图...
分类:
其他好文 时间:
2014-08-01 15:27:11
阅读次数:
194