nlozovan

Untitled

May 23rd, 2014
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .single-gallery.mosaic .zoom-image {
  2. width: 100%;
  3. height: 100%;
  4. cursor:pointer;
  5. top: 0;
  6. left: 0;
  7. }
  8.  
  9. .gallery-mosaic-view .featimg:hover > .zoom-image{
  10. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  11. filter: alpha(opacity=0);
  12. opacity: 0 !important;
  13. }
  14.  
  15. .gallery-mosaic-view .featimg:hover > .zoom-image a {
  16. height: 100%;
  17. display:block;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment