Categories

Tag Archives: hover

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

JS Animated tutorials
  |  
June 08 2017

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

Read More

How to work with css pseudo classes

Working with CSS
  |  
June 09 2016
Our Support team is ready to present you a new tutorial that shows how to work with pseudo classes in css rules.
Read More

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

JS Animated tutorials
  |  
January 21 2016
In this tutorial we'll show you how to add a hover color to an item using CSS in JS Animated templates.
Read More

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

Joomla! Tutorials
  |  
October 27 2015
In this tutorial we'll show you how to change the gallery images hover style in Joomla 3.x.
Read More

Flash. How to re-size image rollover effect

Working with Flash
  |  
December 29 2011

In this tutorial you will learn the way to edit roll over effect for images to make it fit new image and content

Sometimes you may need to insert an image with the dimensions that were not used in the template previously. Regularly this causes an error in displaying.…

Read More

HTML/CSS. Styling active button condition

Working with CSS, Working with HTML
  |  
December 26 2011

This tutorial shows how to create a new button in HTML and its style in CSS file.

Read More

How to remove a link and a hand cursor

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 
Read More