[css3]
通用兄弟元素选择器 E ~ F
日期:2011-05-07 13:28:52
点击:73
好评:0
语法: E ~ F : {attribute} 说明: 匹配E元素之后的F元素 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1.0.x () Opera 9.63 () Safari 3.1 () IE7 () Firefox 3.0 () Chrome 2.0.x () Safari 4Pub...
[css3]
目标伪类 E:target
日期:2011-05-07 13:27:46
点击:51
好评:0
语法: E:target : {attribute} 说明: 匹配相关URL指向的E元素 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1.0.x () Opera 9.63 () Safari 3.1 () IE7 () Firefox 3.0 () Chrome 2.0.x () Safari...
[css3]
否定伪类 E:not(s)
日期:2011-05-07 13:26:45
点击:108
好评:0
语法: E:not(s) : {attribute} 说明: 匹配所有不匹配简单选择符s的元素E 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1.0.x () Opera 9.63 () Safari 3.1 () IE7 () Firefox 3.0 () Chrome 2.0.x...
[css3]
UI元素状态伪类 E::selection
日期:2011-05-07 13:25:14
点击:78
好评:0
语法: E::selection : {attribute} 相关伪类 : E:enabled | E:disabled | E:checked 说明: 匹配E元素中被用户选中或处于高亮状态的部分 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1.0.x () Op...
[css3]
UI元素状态伪类 E:disabled
日期:2011-05-07 13:23:44
点击:97
好评:0
语法: E:disabled : {attribute} 相关伪类 : E:enabled | E:checked | E::selection 说明: 匹配所有用户界面(form表单)中处于不可用状态的E元素 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1...
[css3]
UI元素状态伪类 E:enabled
日期:2011-05-07 13:21:52
点击:68
好评:0
语法: E:enabled : {attribute} 相关伪类 : E:disabled | E:checked | E::selection 说明: 匹配所有用户界面(form表单)中处于可用状态的E元素 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1.0...
[css3]
UI元素状态伪类 E:checked
日期:2011-05-07 13:19:00
点击:156
好评:0
语法: E:checked : {attribute} 相关伪类 : E:enabled | E:disabled | E::selection 说明: 匹配所有用户界面(form表单)中处于选中状态的元素E 兼容性: 类型 Internet Explorer Firefox Chrome Opera Safari 版本 () IE6 () Firefox 2.0 () Chrome 1.0...
[css3]
css3 结构性伪类 E:empty
日期:2011-05-07 13:17:44
点击:97
好评:0
语法: E:empty : {attribute} 相关伪类 : E:root | E:nth-child(n) | E:nth-last-child(n) | E:nth-of-type(n) | E:nth-last-of-type(n) | E:last-child | E:first-of-type | E:only-child | E:only-of-type | E:empty 说明: 匹配没有任何子元素(包括te...
[css3]
css3 结构性伪类 E:only-of-type
日期:2011-05-07 13:16:41
点击:80
好评:0
语法: E:only-of-type : {attribute} 相关伪类 : E:root | E:nth-child(n) | E:nth-last-child(n) | E:nth-of-type(n) | E:nth-last-of-type(n) | E:last-child | E:first-of-type | E:only-child | E:only-of-type | E:empty 说明: 匹配属于同类型中唯...
[css3]
css3 结构性伪类 E:only-child
日期:2011-05-07 13:15:36
点击:168
好评:0
语法: E:only-child : {attribute} 相关伪类 : E:root | E:nth-child(n) | E:nth-last-child(n) | E:nth-of-type(n) | E:nth-last-of-type(n) | E:last-child | E:first-of-type | E:only-child | E:only-of-type | E:empty 说明: 匹配属于父元素中唯一...
语法: E:only-of-type : {attribute} 相关伪类 : E:root | E:nth-child(n) | E:nth...
语法: 属性 取值 默认值 voice-volume number | percentage | silent | x-soft | sof...
语法: outline :[outline-color] || [outline-style] || [outline-width] || [outli...
语法: background-clip : border-box | padding-box | content-box | no-clip 相关...
媒体特性共13种,可以说是一个类似 CSS 属性的集合。但和CSS属性不同的是,媒体特性只...
是的,我们知道:我们可以为border设置它的width,这个border的宽度可以是5px,可是10...