function ScrollImgLeft(){var speed=50, doc=document, scroll_begin = doc.getElementById("scroll_begin"), scroll_end = doc.getElementById("scroll_end"),...
分类:
Web程序 时间:
2015-04-08 19:24:09
阅读次数:
202
IOS7下设置UINavigationBar的颜色的方法已经改变(当然如果是用自定义图片的话请忽略~~~)
首先是区别iOS7和之前版本的方法如下:
//如果是iOS7以前的话if (floor(NSFoundationVersionNumber)
具体写法区别如下,其实就是多了个bar- -。。
if (floor(NSFoundationVersionNumber) ...
分类:
移动开发 时间:
2015-04-08 18:03:39
阅读次数:
117
解决方法:在plist文件中将 View controller-based status bar appearance 设置为NO 在application:didFinishLaunchingWithOptions:中添加下面代码[[UIApplication
sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusB...
分类:
移动开发 时间:
2015-04-08 16:24:31
阅读次数:
253
UIcollectionView的顶端和低端出现空白
分类:
其他好文 时间:
2015-04-08 14:30:08
阅读次数:
219
我想设置Navigation Bar的背景颜色为黑色,然后所有内部颜色为白色.因此,我用了这段代码: 1 [[UINavigationBar appearance] setTitleTextAttributes: 2 [NSDictionary dictionaryWithObjects...
分类:
移动开发 时间:
2015-04-08 13:08:21
阅读次数:
160
第一步://在info.plist中添加一个字段:view controller -base status bar 设置为NO;//导航颜色[[UINavigationBar appearance] setBarTintColor:[UIColor XXXX]];[[UITableViewCell ...
分类:
移动开发 时间:
2015-04-07 11:16:52
阅读次数:
130
一、使用HTML的锚标记最简单了但是唯一的缺点就是样式不怎么样,会显示这个锚标记。放置位置在标签之后随便找个地方放都可以,只要靠近顶部即可。页面底部放置:返回顶部二、使用Javascript Scroll函数返回顶部scrooll函数用来控制滚动条的位置,有两种很简单的实现方式:方式1(推荐:简单方...
分类:
Web程序 时间:
2015-04-06 15:39:42
阅读次数:
209
Keywords:联想笔记本, Lenovo, ThinkPad, mouse, scroll wheel, left/right tilt, W540, driver, middle button/keyDownload mouse driver fromhttp://download.lenov...
分类:
其他好文 时间:
2015-04-05 14:31:02
阅读次数:
193