Guest User

Untitled

a guest
Jun 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #ID {
  2. color: blue; /* IE以外全部 */
  3. color: blue\9; /* IE8 IE7 */
  4. *color: blue; /* IE7 IE6 */
  5. _color: blue /* IE6 */
  6. }
Add Comment
Please, Sign In to add comment