背景图 自定义显示body {background:url("bglogo.gif") repeat
fixed!important;}#tycont_01 {width:171px;
height:28px;background:url(../images/fl_bg_50.jpg) repea....
分类:
其他好文 时间:
2014-06-06 19:08:03
阅读次数:
255
以前写过《IE8的css hack》,ie9一出css
hack也该更新,以前一直没关注,今天在内部参考群mxclion分享了IE9的css hack,拿出来也分享一下:select
{background-color:red\0; /* ie 8/9*/background-color:bl...
分类:
Web程序 时间:
2014-06-06 17:39:28
阅读次数:
234
各种新技术的出现,推动着Web前端技术飞速发展,在提升用户体验的同时也方便开发者;在前端优化时,我们使用CSSSprite技术,把多个图片合在一张图片上,然后通过background-image,background-position来定位现实不同效果,这样来达到减少HTTP请求,毕竟HTTP请求是...
分类:
Web程序 时间:
2014-06-06 09:58:28
阅读次数:
288
- (void)loadAssets {
// Initialise
_assets = [NSMutableArray new];
_assetLibrary = [[ALAssetsLibrary alloc] init];
// Run in the background as it takes a while to get a...
分类:
其他好文 时间:
2014-06-05 12:06:55
阅读次数:
215
The Blocks Problem
Background
Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robo...
分类:
其他好文 时间:
2014-06-04 21:55:37
阅读次数:
313
Knight Moves
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 20913
Accepted: 9702
Description
Background
Mr Somuro...
分类:
其他好文 时间:
2014-06-03 04:02:09
阅读次数:
260
*{ margin: 0; padding: 0; font-family: "微软雅黑",
Verdana, Tahoma, Arial, Helvetica, "宋体", sans-serif; }#zong_wl{
background-color: #f2f2f...
分类:
Web程序 时间:
2014-06-02 00:53:53
阅读次数:
440
.histroyMsgSearch{ background:#Fff; text-align: center; }
CSS 如何使DIV层水平居中
今天用CSS碰到个很棘手的问题,DIV本身没有定义自己居中的属性,
网上很多的方法都是介绍用上级的text-align: center然后嵌套一层DIV来解决问题.
可是事实上这样的方法科学吗?
经过网络搜索和亲自实验得出以下结论:
...
分类:
其他好文 时间:
2014-06-01 03:39:24
阅读次数:
325
1.修改PagerTabStrip中的背景颜色我们在布局中直接设置background属性即可: <android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="fill_parent"
android:layout_height="fill_paren...
分类:
移动开发 时间:
2014-05-31 23:42:11
阅读次数:
624