When the element has empty content, you might want to display some text to idicate the compoent is loading... <!DOCTYPE html> <html> <head> <style> p:empty { width: 100px; height: 20px; background: #ff0000; } p:empty:after { conten…
http://fmbip.com/ CSS3性质(CSS3 Properties) 平台 MAC WIN 浏览器 CHROME FIREFOX OPERA SAFARI CHROME FIREFOX OPERA SAFARI IE 版本 5 3.6 10.1 4 4 3.6 3 10 10.5 4 6 7 8 RGBA Y Y Y Y Y Y Y Y Y Y N N N HSLA Y Y Y Y Y Y Y Y Y Y N N N Multiple Backgrounds Y Y N Y Y Y…
CSS Combinators Four different combinators in CSS3 descendant selector (space) child selector (>) adjacent sibling selector (+) general sibling selector (~) CSS Pseudo-classes A pseudo-class is used to define a special state of an element. Style an e…