码迷,mamicode.com
首页 >  
搜索关键字:legend position    ( 10042个结果
css3 animation之positon
/*map */div.location { width: 300px; height: 200px; border: 1px #f45 solid; background: #000; margin: 10px auto 0; }div.location-indicator { position....
分类:Web程序   时间:2014-09-02 00:11:43    阅读次数:245
css 相对浏览器动态居中
使用如下css可以使div永远保持在屏幕正中 .log { position:absolute; /*绝对定位*/ top:50%; /*距顶部50%*/ left:50%; margin:-100px 0 0 -150px;...
分类:Web程序   时间:2014-09-01 22:51:03    阅读次数:200
NGUI 使用UITable注意事项
实际情况中,往ScrollView中添加Item往往是动态添加的,而UITable的Transform(默认的position属性是x=0,y=0,z=0)要根据实际情况进行调整!比如,在垂直拖动ScrollView的情况下,可以先右击UITable然后添加一个Item,接着运行工程(此时如果UIT...
分类:其他好文   时间:2014-09-01 22:32:23    阅读次数:1479
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!