Questions tagged [adipoli]

Adipoli is a simple jQuery plugin used to bring stylish image hover effects.

How to use

Enabling image hover effect is very simple. Place the below references inside your head tag:

<link href="css/adipoli.css" rel="stylesheet" type="text/css"/>
<script src="js/jquery-1.7.1.js" type="text/javascript"></script>
<script src="js/jquery.adipoli.min.js" type="text/javascript"></script>

If you need image hover on an image with id ‘image1′, call adipoli plugin like this:

$('#image1').adipoli();

Docs

Current version: 2.0

Project website: http://cube3x.com/adipoli-jquery-image-hover-plugin/

Support forum: http://cube3x.com/forums/forum/5/adipoli-plugin/

1 questions
0
votes
1 answer

Adipoli jQuery Image Hover Effects don't work

I have a problem with adipoli plugin - it doesn't want to work though everything I have done seems to be correct. The code is as follows: head section: