Tag: image flip

CSS Image Flip with text anchor link

One advantage of CSS Image Flip compare to Java Image Flip is the capability of the former to accept text-based links. This image flip uses CSS and allows you to use text-based link instead of an image link found in other methods of image flip.

css-image-flip-with-text-anchor-link

[ No Comments ] Posted on November 27, 2008 under Cascading Stylesheet

CSS Image Flip

An alternative to Java Image Flip. This image flip uses CSS instead of Javascript to replicate exactly the same effect. Some people block Javascript in their browsers because some malicious websites use them to infect computers with malwares. Hence, I develop an image flip that works even if the Javascript is disabled.

thumbnail of css image flip

[ No Comments ] Posted on November 20, 2008 under Cascading Stylesheet

Java image flip

A popular image flip back in the late 90’s that uses Javascript. When a mouse hovers on an image (usually a hyperlink image), the image “flips” or change to another image. It reverts to the original image when the mouse pointer moves away. Rarely use nowadays due to popularity of text-based links and the notoriety of Javascript as means of attaching viruses and other malwares.

java-image-flip

[ No Comments ] Posted on October 25, 2008 under JavaScript