Login   Register  
Icontem

File: tests/fixtures/html/moHoverGallery.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael Milev  >  JavaScript Hover Image Gallery  >  tests/fixtures/html/moHoverGallery.html  >  Download  
File: tests/fixtures/html/moHoverGallery.html
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:
Date: 2014-02-20 10:00
Size: 598 bytes
 

Contents

Class file image Download
<ul>
    <li class="hover-thumb">
        <a href="images/barbarian.jpg">
            <img src="images/thumbs/barbarian.jpg" width="80" height="60" alt="barbarian" />
        </a>
    </li>
    <li class="hover-thumb">
        <a href="images/last-battle.jpg">
            <img src="images/thumbs/last-battle.jpg" width="80" height="60" alt="last-battle" />
        </a>
    </li>
    <li class="hover-thumb">
        <a href="images/map.jpg">
            <img src="images/thumbs/map.jpg" width="80" height="60" alt="map" />
        </a>
    </li>
</ul>
<div class="clear"></div>