上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 118 下一页
摘要: D数量不确定时如何让其宽度平均分布?答案很简单,我们只要在table里面加上一下代码就可以实现。table { width: 100%; table-layout: fixed; } 阅读全文
posted @ 2014-04-01 22:35 daishuguang 阅读(868) 评论(0) 推荐(0) 编辑
摘要: span.under_line:after{ content:''; width:13px; border-top:2px solid #A1A1A1; -webkit-transform:rotate(45deg); transform:rotate((45deg)); display:block; position:absolute; margin-top:-4px; right... 阅读全文
posted @ 2014-04-01 01:44 daishuguang 阅读(238) 评论(0) 推荐(0) 编辑
摘要: white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 阅读全文
posted @ 2014-04-01 01:43 daishuguang 阅读(228) 评论(0) 推荐(0) 编辑
摘要: http://mobile.51cto.com/web-433992.htm 阅读全文
posted @ 2014-03-30 03:41 daishuguang 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 文字颜色android:textColor="@style/style_name" ----------------------------------widget图片背景android:background="@drawable/filename" -----------------widgetandroid:button = "@drawable/filename" ---------------------CheckBox 阅读全文
posted @ 2014-03-29 21:31 daishuguang 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 第1章初识android1.1android平台概述1.2android平台体系1.2.1linuxkernel内核层1.2.2系统运行库libraries和androidruntime层1.2.3applicationframework应用程序框架层1.2.4application应用程序层1.3android开发环境配置1.4在eclipse环境配置androidsdk及创建avd1.5在eclipse中创建android第一个项目并运行1.6在eclipse中创建android项目结构1.6.1runme.java主程序文件1.6.2r.java资源索引文件1.6.3main.xml界面 阅读全文
posted @ 2014-03-29 20:42 daishuguang 阅读(230) 评论(0) 推荐(0) 编辑
摘要: http://book.51cto.com/art/201211/363336.htm 阅读全文
posted @ 2014-03-29 17:49 daishuguang 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 文字颜色selector状态列表 阅读全文
posted @ 2014-03-29 17:44 daishuguang 阅读(123) 评论(0) 推荐(0) 编辑
摘要: android.widget----XML attribute |____style="@[package:]style/style_name" 阅读全文
posted @ 2014-03-29 17:43 daishuguang 阅读(223) 评论(0) 推荐(0) 编辑
摘要: http://www.geekpark.net/read/view/199244Android 应用中十大导航设计错误http://mobile.51cto.com/design-432944.htmAndroid消息推送完美解决方案全析http://mobile.51cto.com/aprogram-433822.htmhttp://mobile.51cto.com/aprogram-434016.htm 阅读全文
posted @ 2014-03-28 22:44 daishuguang 阅读(200) 评论(0) 推荐(0) 编辑
摘要: http://mobile.51cto.com/abased-434144.htmhttp://mobile.51cto.com/aprogram-434148.htmhttp://mobile.51cto.com/aprogram-434016.htm 阅读全文
posted @ 2014-03-28 18:32 daishuguang 阅读(104) 评论(0) 推荐(0) 编辑
摘要: http://mobile.51cto.com/web-434182.htmhttp://mobile.51cto.com/web-434181.htm 阅读全文
posted @ 2014-03-28 18:31 daishuguang 阅读(106) 评论(0) 推荐(0) 编辑
摘要: onclick = "func(this);"----------->传递element对象onclick = "func(event);"--------->传递event对象 阅读全文
posted @ 2014-03-27 20:09 daishuguang 阅读(186) 评论(0) 推荐(0) 编辑
摘要: event.srcElement:引发事件的目标对象,常用于onclick事件。event.fromElement:引发事件的对象源,常用于onmouseout和onmouseover事件。event.toElement:引发事件后,鼠标移动到的目标源,常用于onmouseout和onmouseover事件。onmouseover时,srcElement相当于toElement;onmouseout时,srcElement相当于fromSrcElement小示例(兼容FF浏览器): div1 div2 阅读全文
posted @ 2014-03-27 20:01 daishuguang 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: table中min-height不起作用。但是height其实相当于min-height超过的部分会自动撑开。 阅读全文
posted @ 2014-03-26 21:09 daishuguang 阅读(391) 评论(0) 推荐(1) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 118 下一页