Guest User

Untitled

a guest
Jul 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. input[type=text]{
  2. width:348px;
  3. height:30px;
  4. border:1px solid #ddd;
  5. padding:3px;
  6. background:url(../img/formfieldbg.gif) repeat-x;
  7. -moz-border-radius: 5px;
  8. -webkit-border-radius: 5px;
  9. border-radius: 5px;
  10. vertical-align:top;
  11. behavior: url(path/to/PIE.htc);}
  12.  
  13. behavior: url(/path/to/PIE.htc);
  14.  
  15. behavior: url(//example.com/path/to/PIE.htc);
Add Comment
Please, Sign In to add comment