码迷,mamicode.com
首页 >  
搜索关键字:transparent    ( 581个结果
dialogfragment背景透明
getDialog().getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
分类:其他好文   时间:2015-09-25 17:47:01    阅读次数:421
css改变背景透明度【转】
透明往往能产生不错的网页视觉效果,先奉上兼容主流浏览器的CSS透明代码:.transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}上面的几个属性分别是...
分类:Web程序   时间:2015-09-19 22:33:57    阅读次数:298
WPF 采用Border创建圆角
通过设置可以创建圆角border的CornerRadius属性其边框呈现圆角样式代码:效果图:位置说明:CornerRadius="左,右,右下,左下"提示:如过圆角处有颜色,请将外层容器的背景色设置为透明Background="Transparent" ...
分类:Windows程序   时间:2015-09-18 08:14:04    阅读次数:282
css移动端实现与pc端一样的:acitve效果
方式一:document.body.addEventListener('touchstart', function () { });方式二:-webkit-tap-highlight-color:transparent;来源:http://www.jb51.net/css/229841.html
分类:移动开发   时间:2015-09-16 12:41:39    阅读次数:176
5、混合(Blending)、雾
直接上效果图:queue:transparent雾: fog { mode exp color(0.6,0.4,0.3,0.8) density 0.3 range 0,0.8 ...
分类:其他好文   时间:2015-09-14 22:25:15    阅读次数:170
小三角图标如何用CSS写
上三角▲1 width: 0;2 height: 0;3 line-height: 0;4 font-size: 0;5 border-width: 10px;6 border-style: solid;7 border-color: transparent transparent #000 tra...
分类:Web程序   时间:2015-09-11 17:20:16    阅读次数:126
WPF-非矩形窗口的创建
第一、窗口的AllowsTransparency设置为True第二、窗口的Background设置为Transparent第三、窗口的WindowStyle设置为None第四、窗口内的Grid用Clip或者Border设置为需要的形状代码示例(利用Clip实现圆角窗口) 1 10 11 ...
分类:Windows程序   时间:2015-09-05 20:51:38    阅读次数:223
CSS3分别实现向上、下、左、右的三角形
/*箭头向上*/.arrow-up { width:0; height:0; border-left:30px solid transparent; border-right:30px solid transparent; bord...
分类:Web程序   时间:2015-09-02 22:07:26    阅读次数:555
CSS透明属性详解代码
透明往往能产生不错的网页视觉效果,先奉上兼容主流浏览器的CSS透明代码:代码如下:.transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}上面的几个属性分别是:op...
分类:Web程序   时间:2015-09-01 10:34:38    阅读次数:180
css 中的background:transparent到底是什么意思有什么作用
有时我在看css时,看到有的css属性定义为background:transparent。意思就是背景透明。实际上background默认的颜色就是透明的属性。所以写和不写都是一样的有段时间没写文章了,一直在学校,虽然带着电脑,但是不能上网啊!最近在用javascript写一个网页版的操作系统,写好...
分类:Web程序   时间:2015-08-31 23:37:51    阅读次数:197
581条   上一页 1 ... 37 38 39 40 41 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!