码迷,mamicode.com
首页 >  
搜索关键字:mdt background customize    ( 6915个结果
jQuery选项卡插件
html结构 Users Groups item1 item2 css样式.tabs{ width:500px; height:30px; background:#eee;}.tabs li{ float:left; width:250px...
分类:Web程序   时间:2014-06-28 23:11:46    阅读次数:346
前端优化-Img与background
当img 遇到 background,这个世界就是这么小~~~~~1 从解析机制看Img属于html标签,background是css方法。一个页面由html、css、js组成,按照浏览器解析机制,html标签优先解析。大家都知道css文件会放在head加载,但是这并不意味着它会立即执行,而是在h....
分类:其他好文   时间:2014-06-28 22:48:39    阅读次数:262
Designing for iOS: Graphics & Performance
http://robots.thoughtbot.com/designing-for-ios-graphics-performance 【原文】In the previous article, we exploreddifferent techniques to customize the loo....
分类:移动开发   时间:2014-06-21 00:41:16    阅读次数:387
CSS文字被鼠标选中后的文字颜色及背景
::selection {background:#FF9; color:#F00;}::-moz-selection {background:#FF9; color:#F00;}::-webkit-selection {background:#FF9; color:#F00;}
分类:Web程序   时间:2014-06-20 23:19:45    阅读次数:240
ios后台传输机制
http://www.appcoda.com/background-transfer-service-ios7/http://www.raywenderlich.com/51127/nsurlsession-tutorialhttps://developer.apple.com/library/io...
分类:移动开发   时间:2014-06-18 20:34:57    阅读次数:235
第二版博客首页安装代码
css:#profile_block{text-align:center;position:absolute; top:60px; right:10px;}#blog-calendar{border-radius: 7px;background:#fff;}#p_b_follow{padding-t...
分类:其他好文   时间:2014-06-18 19:09:20    阅读次数:198
View类的XML属性、相关方法及说明
XML属性 相关方法 说明 android:alpha setAlpha(float) 设置该组件的透明度 android:background setBackgroundResource(int) 设置该组件的背景颜色 android:clickable setClicka...
分类:其他好文   时间:2014-06-17 21:45:28    阅读次数:199
Less里css表达式的写法
项目中用的grunt-contrib-less, 写了以下less代码.mapfix{ position: fixed; top:10px; width: 430px; z-index: 100; background: #fff; -position:absolute; top:exp...
分类:Web程序   时间:2014-06-17 15:26:30    阅读次数:239
【IE兼容性】background:transparent IE中Bug,不能选中input输入框,出现这个问题主要是IE8
先解释下,background:transparent,默认在IE上会被解析成 background: none transparent scroll repeat 0% 0%  transparent表示透明无颜色  none 表示没有设置背景图片 repeat 表示图片重复 scroll 表示背景图片随浏览器下拉而滚动 0%水平位置在x0 0%垂直位置在y0...
分类:其他好文   时间:2014-06-16 22:29:27    阅读次数:298
Background indexer crash recovery
报这种错误:BackgroundIndexerCrashRecoveryjava.lang.StackOverflowError解决办法:看看原来项目的jar包有没有错的。右击项目->buildpath->configureBuidPath查看libraries如果有错误的,把jar包删掉,如果有需要的话,添加正确的jar包即可。由于每个项目的jar包是不同..
分类:其他好文   时间:2014-06-16 18:19:47    阅读次数:375
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!