Close

Themehits

Download Image Hover CSS LIbrary Nulled

 



Image Hover CSS Libraryv1.0

A Scaleable & Light Image Hover CSS Library

A lovingly crafted CSS library allowing you to easily implement scaleable image hover effects. 58 hover effect classes to choose from a CSS library weighing in at a minified size of only 28KB. Each effect uses the same basic markup allowing you to change effect by simply editing the containing class.

Basic Usage

  1. Include the imagehover.css stylesheet on your document’s <head>

    <head>
      <link rel="stylesheet" href="imagehover.min.css">
    </head>
    
  2. Place the following markup in to your HTML document

    <figure class="imghvr-fade">
      <img src="#">
      <figcaption>
        // Hover Content
      </figcaption>
    </figure>
    
  3. Edit the URL to your image and add your hover content. Then simply set the imagehover.css class of your choice to the containing figure element. In the example above this has been set to ‘imghvr-fade’. A full list of hover effects and their classes can be found below!.

To link your image, add an empty <a> tag just after the figcaption element.

<figure class="imghvr-fade">
  <img src="#">
  <figcaption>
    // Hover Content
  </figcaption>
  <a href="http://www.imagehover.io"></a>
</figure>

Background Color

You can change the background color via some inline CSS added to the figure element like so…

<figure class="imghvr-fade" style="background-color:#D14233;">
  <img src="#">
  <figcaption>
    // Hover Content
  </figcaption>
</figure>

Alternatively this can be applied via your CSS files. The following example will effect all elements with a imagehover.css class applied.

*[class^='imghvr-'],
*[class*=' imghvr-'] {
  background-color: #D14233;
}

Caption Background Color

In most cases you can change the caption background color via some inline CSS added to the figure element like so…

<figure class="imghvr-fade">
  <img src="#">
  <figcaption style="background-color:#D14233;">
    // Hover Content
  </figcaption>
</figure>

Alternatively this can be applied via your CSS files. The following example will effect all elements with a imagehover.css class applied.

*[class^='imghvr-'] figcaption,
*[class*=' imghvr-'] figcaption {
  background-color: #D14233;
}

Browser Support

Imagehover.css relies heavely on some CSS3 features inlcuding pseudo-elements, animations, transitions and transforms. Some older browsers will have limited support of these features.

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Image Hover CSS LIbrary from the The Developer ( ciaran ) website. Thank you.
Download = Image Hover CSS LIbrary-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.