File: tests/fixtures/css/moHoverGallery.css

Recommend this page to a friend!
  Classes of Michael Milev   JavaScript Hover Image Gallery   ???   Download  
File: tests/fixtures/css/???
Role: Auxiliary data
Content type: text/plain
Description: Test fixture
Class: JavaScript Hover Image Gallery
Switch images in a gallery when user hovers them
Author: By
Last change: Update of tests/fixtures/css/moHoverGallery.css
Date: 19 days ago
Size: 504 bytes
 

Contents

Class file image Download
div.mo-hover-gallery * { margin: 0px; border: 0px; padding: 0px; outline: none; } div.mo-hover-gallery .clear { clear: both; } div.mo-hover-gallery ul { clear: both; list-style: none; } div.mo-hover-gallery ul li { float: left; padding: 0px 5px; } div.mo-hover-gallery ul li a { display: block; width: 80px; height: 60px; cursor: default; } /* popup styles */ div.static-mo-hover-gallery-popup { position: fixed; top: 10px; right: 10px; }