码迷,mamicode.com
首页 >  
搜索关键字:margin    ( 11204个结果
TreeViewItem实现整行选中 (两种用法)
用法一 1 3 4 37 90 91 这种用法只能显示背景,无法显边框 ,原因在于: 中的margin设置成-1600;无法精确的设置margin方法二(转截没有确正可行性)方法更可行,但操作困难些记得原来做Winfrom通过Item的Bounds可以获得整行的区域,但...
分类:其他好文   时间:2015-01-11 23:01:27    阅读次数:469
【Javascript】Js动态生成checkbox(使用Json数据)
根据Json动态生成checkbox body { margin: 0 auto; } #show { margin: 10px auto; width: 450px; font-size: 14px; } ...
分类:编程语言   时间:2015-01-11 11:04:17    阅读次数:177
html5 css3表单
New Document div{ margin:20px; } Oscar Redemption Here`s your chance to set the record straight:tell us what year the wrong film got nominated,and which film shouldhave received a n...
分类:Web程序   时间:2015-01-10 21:06:49    阅读次数:135
css3 html5 3D动画练习
New Document div{ margin-bottom:10px; width:200px; height:100px; } @keyframes myfirst { from {background: red;} to {background: yellow;} } @-moz-keyframes myfirst /* Firefox */ { from {background:...
分类:Web程序   时间:2015-01-10 11:19:52    阅读次数:232
在代码中设置组件位置(marginTop,marginBottom,margin等)
View myView = (View) findViewById(R.id...);// 获得组件的布局参数LayoutParams params = myView.getLayoutParams();// 这里比如要改变marginTop属性int newTopMargin = 100;para...
分类:其他好文   时间:2015-01-09 19:00:35    阅读次数:150
css3 transform
New Document div{ margin: 30px 0px 80px; width: 200px; height: 50px; font-size: 18px; font-weight: bold; background: none repeat scroll 0% 0% #DEE4EE; color: #305999; text-align: center; line-heigh...
分类:Web程序   时间:2015-01-08 21:39:44    阅读次数:159
js在指定的table行后添加新行(js实现select数据的填充,添加行,删除行)
无标题文档         body{width:900px; height:600px;margin: 0px auto; }       body,ul,table,li,pre,dd,dt,tr,th,td,{padding:0px;border:0px; margin:0px;font-size: 14px;}       .container{text-align:center...
分类:Web程序   时间:2015-01-08 20:14:05    阅读次数:264
JS图片预加载
这里我直接上代码吧需要引入jquery或者zepto1、CSS主要是简单的加载进度样式<!--css--> .loadPage{background:#007CC2;z-index:9999;width:100%;position:fixed;top:0;bottom:0;} .loading{position:absolute;width:100%;left:0%;top:30%;margin:20pxauto;text-align:cen..
分类:Web程序   时间:2015-01-08 15:40:39    阅读次数:145
Silverlight实现滚动文字
主要是用到DoubleAnimation 标签: Canvas x:Name="c1" Margin="2,25,2,2"> Canvas.Triggers> EventTrigger RoutedEvent="Canvas.Loaded" > BeginStoryboard> ...
分类:Web程序   时间:2015-01-07 14:59:00    阅读次数:151
css公共样式
一、总结的公用样式解析html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; p...
分类:Web程序   时间:2015-01-07 10:54:55    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!