Guest User

Untitled

a guest
Jun 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /* IE6 and below */
  2. * html {}
  3.  
  4. /* IE6 and below */
  5. foo {
  6. _property: value;
  7. }
  8.  
  9. /* IE7 */
  10. *:first-child+html {}
  11.  
  12. /* IE7 and below */
  13. foo {
  14. *property: value;
  15. }
Add Comment
Please, Sign In to add comment