码迷,mamicode.com
首页 >  
搜索关键字:white    ( 3638个结果
JQuery Study Notes— A small demo for unfolding its content
1. Before unfolding: 2. After unfolding: 3. coding: Home .parent { width: 500px; color: white; } .label { width: 500...
分类:Web程序   时间:2014-08-25 17:12:34    阅读次数:215
XPath语法 在C#中使用XPath示例
XPath可以快速定位到Xml中的节点或者属性。XPath语法很简单,但是强大够用,它也是使用xslt的基础知识。示例Xml: 100 this is a black cat 80 this is a white cat 80 this is ...
分类:其他好文   时间:2014-08-25 16:29:04    阅读次数:270
10个你必须知道的jQueryMobile代码片段
1、在列表项和按钮上禁用文本截断 如果你的列表项或者按钮上是一个很长的文本,它将会被jQuery Mobile自动截断,要禁用这个截断设置,需要在CSS选择器上添加属性"white-space:normal"。例如,在按钮禁止截断: .ui-btn-text{ white-space:normal;...
分类:Web程序   时间:2014-08-25 11:44:14    阅读次数:203
Nike Air Jordan currently Release Lists
Sport shoes blue white dotted detailsAir Jordan 11 Legend Bluewill officially debut next Saturday. White and blue color of the first section is still ...
分类:其他好文   时间:2014-08-24 23:27:23    阅读次数:300
标签页-导航 负margin
/* 标签页菜单 */div.bs-docs-example { position: relative; width: 600px; margin: 15px auto; padding: 39px 19px 14px; background-color: white; border: 1px so...
分类:其他好文   时间:2014-08-24 19:22:32    阅读次数:305
表单2-下拉菜单
/* 表单2 */ form.bs-docs-example { position: relative; width: 600px; margin: 15px auto; padding: 39px 19px 14px; background-color: white; border: 1px so...
分类:其他好文   时间:2014-08-24 14:10:32    阅读次数:334
Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:其他好文   时间:2014-08-24 11:32:02    阅读次数:164
div中文字超出时自动换行
在开发中很容易遇到div中文字超出的问题,在此总结以下方法: white-space 属性设置如何处理元素内的空白。这个属性声明建立布局过程中如何处理元素中的空白符。所有浏览器都支持 white-space 属性。 注释:任何的版本的 Internet Explorer (包括 IE8)都不支持属....
分类:其他好文   时间:2014-08-22 10:36:45    阅读次数:226
(转)文本溢出省略号……
p { overflow: hidden; white-space: normal; height: 3em; text-overflow:ellipsis; }除了css属性,通过js实现(通过从后向前逐个删除末尾字符,直至元素的高度小于父元素高度)$(".figcaption").each(fu...
分类:其他好文   时间:2014-08-21 16:45:34    阅读次数:183
HDU 3911 Black And White 分段树 题解
Problem DescriptionThere are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color o...
分类:其他好文   时间:2014-08-20 12:11:22    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!