Categories

Agregar etiquetas a ficheros: hover

Multipurpose Website Templates. How to manage effects (hover, lightbox, zoom) on images

JS Animated tutorials
  |  
junio 08 2017

Hello! This video tutorial shows how to manage effects (hover, lightbox, zoom) on images in Multipurpose Website templates.

Leer más

How to work with css pseudo classes

Trabajar con CSS
  |  
junio 09 2016
Our Support team is ready to present you a new tutorial that shows how to work with pseudo classes in css rules.
Leer más

JS Animated. How to add a hover color to the item using CSS

JS Animated tutorials
  |  
enero 21 2016
In this tutorial we'll show you how to add a hover color to an item using CSS in JS Animated templates.
Leer más

Joomla 3.x. How to change the gallery images hover style

Tutoriales de Joomla!
  |  
octubre 27 2015
In this tutorial we'll show you how to change the gallery images hover style in Joomla 3.x.
Leer más

Flash. ¿Cómo cambiar el tamaño del efecto rollover de imagen?

Trabajar con Flash
  |  
diciembre 29 2011
Leer más

HTML/CSS. Modificar estilo del botón activo

Trabajar con CSS, Trabajar con HTML
  |  
diciembre 26 2011

Leer más

¿Cómo quitar un vínculo y un cursor de mano?

In this tutorial you will learn the way to remove link, hand cursor, and rollover effects from image:

1) Locate pages symbol and the page itself

2) Select image you need to remove actions and press F9, you should see similar code:

onClipEvent (load) {
  this.hitArea = this.area
  num = 1;
  }
  on (rollOver) {
  this.gotoAndPlay("s1");
  }
  on (rollOut, releaseOutside 
Leer más