码迷,mamicode.com
首页 >  
搜索关键字:transparent    ( 581个结果
flash wmode参数详解
在做web开发中可能会遇到flash遮挡页面中元素的情况,无论怎么设置flash容器和层的深度(z-index)也无济于事,现有的解决方案是在插入flash的embed或object标签中加入”wmode”属性并设置为wmode=“transparent”或”opaque”,但wmode属性到底是什 ...
分类:其他好文   时间:2016-09-18 16:56:27    阅读次数:161
0918练习题
1. 布局出该效果倒三角 提示:使用DIV的border样式,调整边框粗细出现该效果,保留上边框,其它三个方向的边框需设置:border-left:100px solid transparent;来透明掉。 <html> <head> <style type="text/css"> #name1{  ...
分类:其他好文   时间:2016-09-18 16:55:56    阅读次数:139
html练习
border-left:100px solid transparent; 左边框隐藏 transform:rotate(45deg); div旋转45度 用css做一个三角形 <style type="text/css"> #a{ width:0px; height:0px; border-top: ...
分类:Web程序   时间:2016-09-18 15:23:05    阅读次数:161
gis
透明图层 When exploring data or laying out maps, setting some layers to be partially transparent can help you to view your data in the context of other da ...
分类:其他好文   时间:2016-09-16 15:24:22    阅读次数:153
css语法
权重值:一等:内联样式;二等:ID选择器三等:类、伪类选择器;四等:元素、伪元素;通配符、子元素、相邻兄弟权重值伪0000注:important(它会是其他权重失效,因而自己权重变成最大)css样式背景:背景和前背景。background:为背景transparent:(透明色)默认值;△size: ...
分类:Web程序   时间:2016-09-11 14:24:35    阅读次数:220
移动端1像素问题
min-height: 4rem; margin-top: -1px; background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(.5,#fff),color-stop(.5,transparent) ...
分类:移动开发   时间:2016-09-09 15:07:52    阅读次数:223
移除手机端a标签点击自动出现的边框和背景
手机端a标签会自动补充出现边框或者背景,使得用户知道a标签的点击状态,但样式很不好看 -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent; 都可以将该阴影透明化,进而解决那个丑丑的边框问 ...
分类:移动开发   时间:2016-09-09 11:50:10    阅读次数:175
纯css做三角形图标
以前做三角形图标一直是用图片,或者css3旋转,现在才发现原来还有这么简单的三角形 div { border: 10px solid transparent; border-bottom: 10px solid #000; width: 0; } 只要这么简单的三行css就可以实现一个三角形! ...
分类:Web程序   时间:2016-09-08 18:23:01    阅读次数:198
unity 企鹅砸小猪 笔记1
1.材料创建 1)企鹅、猪 1.建立面片(plane),调整大小,与旋转位置(z-90:竖立 ; y-180:转至正面) 2.对物体加载材质(materials) 设置:去除背景色 材质组件 -> Unlit/Transparent -> Unlit -> transparent 3.为物体添加组件 ...
分类:编程语言   时间:2016-08-30 22:43:11    阅读次数:335
css绘制特殊图形
第一步:绘制矩形: 第二步:把宽度设置为0px; 第三步:把高度也设置为0px; 这样就变成了由四个三角形围成的一个div;实质上这个div已经不存在了,因为它的width和height都为0;现在我们就可以来设置各种图形了,如下所示: 1、透明颜色transparent; 左边设置为透明的; 右边 ...
分类:Web程序   时间:2016-08-28 12:35:52    阅读次数:453
581条   上一页 1 ... 25 26 27 28 29 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!