码迷,mamicode.com
首页 >  
搜索关键字:icons    ( 448个结果
常用html标签
布局使用文本,小图标段落文本,偶尔布局使用icons sprites文本加强超链接h1-h6标题源代码 || 文本通常会保留空格和换行符 无序列表 导航 比较少用 文章标题 文章内容 文章内容 表单 单选按钮 多选按钮 多行文本输入框 button按钮
分类:Web程序   时间:2014-12-19 11:42:01    阅读次数:119
ccs3中icon转换为字体的方法
避免了加载多个icons,减少了加载次数,有利于页面优化。兼容性很好,可以随便放大缩小,都能正常显示。
分类:其他好文   时间:2014-12-11 19:07:35    阅读次数:238
jquery easy UI 的hello版
Tree Node Icons - jQuery EasyUI Demo $(function(){ $("#box").dialog(); }); 生成dialog的方式有两种:第一种是通过js生成 (这样可以让js和html分离) 第二种是通过class的属性值就可以了。 jQuery easy ui 的学习视频地址:http://e...
分类:Web程序   时间:2014-12-11 00:22:41    阅读次数:223
ios8 icons 和 launchImage的尺寸
https://developer.apple.com/library/ios/qa/qa1686/_index.htmlImageSize(px)FileNameUsedForAppStoreAdHoc512x512iTunesArtworkApplistiniTunesDonotincludeOptionalbutrecommended1024x1024iTunesArtwork@2xApplistiniTunesondeviceswithretinadisplayDonotincludeOptional..
分类:移动开发   时间:2014-12-09 12:28:54    阅读次数:179
给ubuntu换个图标主题(icon theme)
对于linux mint, http://linuxmint-art.org/?xcontentmode=8325给出了很多icon主题。 安装方法有下面几种: 1、使用PPA 2、将解压后的icon主题目录放到 /usr/share/icons目录下。 3、将解压后的icon主题目录放到...
分类:系统相关   时间:2014-12-04 12:23:50    阅读次数:678
::before
li::before{ content:url(./images/icons/yes.png); padding-right:6px; vertical-align: middle; } 可用于在li前面加图片内容
分类:其他好文   时间:2014-11-29 18:54:52    阅读次数:181
iOS UI设计与开发 按钮、图标和图片
1.系统内置按钮和图标 Using System-Provided Buttons and Icons  2.自定义图标和图片 iphone 自带图标的尺寸一般为29px × 24px,自制的图标最好接近这个尺寸;图标的颜色应该是纯白色,可以带有alpha透明度;缩图的时候要注意抗锯齿,文件格式为PNG。 3.程序图标和启动画面      Home Screen图标:57px × 57p...
分类:移动开发   时间:2014-11-25 12:48:48    阅读次数:178
Is it possible to display icons in a PopupMenu?
I really like the new PopupMenu we got in 3.0, but I just can't display any icons next to the menu items in it. I'm inflating the menu from the .xml b...
分类:其他好文   时间:2014-11-17 12:10:47    阅读次数:407
classloader.getresources() 介绍
◆普通情况下,我们都使用相对路径来获取资源,这种灵活性比較大.比方当前类为com/bbebfe/Test.class而图像资源比方sample.gif应该放置在com/bbebfe/sample.gif而假设这些图像资源放置在icons文件夹下,则应该是com/bbebfe/icons/sample...
分类:其他好文   时间:2014-11-13 20:43:55    阅读次数:841
ionic icons and splash
ionic 用cordova 可以直接设置自己的icons ,不用修改默认的图片了1.在自己的根目录下新建一个文件夹 如icons2.然后在icons文件夹下再建一个iOS 文件夹存放所需要的图片 即你在下面的config.xml中需要的图片文件夹结构如下2.在根目录下的config.xml 写下....
分类:其他好文   时间:2014-11-03 16:13:58    阅读次数:295
448条   上一页 1 ... 40 41 42 43 44 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!