Rolla Imagehover

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 17:42:01

软件介绍

Rolla makes automatically a crossfading image rollover only with a link.

Example: (with default options here)

$.rollaHover({
  imgDir: 'images',
  onFade: 'fast',
  outFade: 'fast',
  mainOpacity: "1",
  css: 'rolla'
  });

HTML
From:

<a target="_blank" rel="nofollow" href="http://jquery.com/" class="rolla">jquery</a>

To:
<a target="_blank" rel="nofollow" href="http://jquery.com"><img src="images/jquery.jpg" alt="jquery" title="jquery" class="rolla"></a>

Fade:
<a target="_blank" rel="nofollow" href="http://jquery.com"><img src="images/jquery-on.jpg#hover" alt="jquery" title="jquery" class="rolla"></a>

本文地址:https://www.codercto.com/soft/d/23379.html

API Design for C++

API Design for C++

Martin Reddy / Morgan Kaufmann / 2011-2-18 / USD 59.95

The design of application programming interfaces can affect the behavior, capabilities, stability, and ease of use of end-user applications. With this book, you will learn how to design a good API for......一起来看看 《API Design for C++》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具