File: tests/fixtures/css/moHoverGallery.css

Recommend this page to a friend!
  Classes of Michael Milev   JavaScript Hover Image Gallery   tests/fixtures/css/moHoverGallery.css   Download  
File: tests/fixtures/css/moHoverGallery.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: Fixed positioning embedded for position in screen center and position relative to thumb.
Date: 2 years 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; }