Categories

Tag Archives: rollover

Joomla 3.x. How to remove lightbox, rollover effects and link gallery item to article

Joomla! Tutorials
  |  
November 21 2014
In this tutorial you will learn to remove lightbox, rollover effects and link gallery item to article 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

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