Limon Tour World Guide Tranzito

Permanence, le 23 mai 2013

Le jeudi 23 mai, comme tous les quatrièmes jeudi du mois dorénavant, l'Aru2l tiendra une permanence Logiciels Libres à la Maison des associations, quartier du Faubourg à Rodez.

A partir de 20h et pendant toute la soirée, vous pourrez venir poser vos questions sur les Logiciels Libres. Vous pourrez également vous faire aider pour l'installation ou la configuration de logiciels libres sur votre ordinateur. Dans ce cas, n'hésitez pas à amener votre unité centrale ou votre portable.

Les permanences sont ouvertes à tous et sont le moment idéal pour venir nous rencontrer, découvrir les logiciels libres, poser vos questions ou encore discuter de vos problèmes rencontrés avec les logiciels libres.

Spotlight

on . Publié dans Uncategorised

The Widgetkit Spotlight allows you to add an overlay to your images which fades or moves in on mouse hover. The overlay can be an image or HTML content. The default magnifier spotlight is a perfect match to be used with a lightbox.

Features

  • Create nicely animated image overlays
  • Supports custom image or HTML content overlays
  • 5 different animation modes
  • Built with the latest jQuery version
  • Works with Joomla and WordPress

Examples

If no custom overlay is set the default spotlight fades in an overlay with an magnifier image. If you define a custom overlay you can choose between different animations - fade, bottom, top, right and left.

How To Use

Use the HTML5 custom data attribute data-spotlight to activate the spotlight.

<a data-spotlight="on" href="/mypage.html">
	<img src="/image.jpg" width="180" height="120" alt="" />
</a>

To create a custom overlay use a div element with the CSS class overlay. You can set the effect parameter to the data attribute. For example:

<a data-spotlight="effect:bottom;" href="/mypage.html">
	<img src="/image.jpg" width="180" height="120" alt="" />
	<div class="overlay">Custom Overlay</div>
</a>

You can set the effect parameter to fade, bottom, top, right and left.