Guest User

Untitled

a guest
Apr 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .img-desc cite a {
  2. position: absolute;
  3. bottom: 0;
  4. left: 0;
  5. display: block;
  6. width: 480px;
  7. padding: 10px;
  8. color: #FFFFFF;
  9. }
  10.  
  11. /* modern browser */
  12. .img-desc cite a {
  13. background: url(pass_to_png);
  14. }
  15.  
  16. /* rgba support */
  17. .img-desc cite a {
  18. background: rgba(0,0,0,0.7);
  19. }
  20.  
  21. /* IE6 :( */
  22. * html .img-desc cite a {
  23. cursor: pointer;
  24. background: none;
  25. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=pass_to_png);
  26. }
Add Comment
Please, Sign In to add comment