HTML
  Home arrow HTML arrow Maximizing and Restoring HTML Images with ...
Iron Speed
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Download TestComplete 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
IBM Developerworks
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Maximizing and Restoring HTML Images with the Absolute Method
By: Chrysanthus Forcha
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2008-04-09

    Table of Contents:
  • Maximizing and Restoring HTML Images with the Absolute Method
  • Accomplishing it with JavaScript and CSS
  • Accomplishing it with JavaScript and CSS continued
  • Testing and Finalizing

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!

    Maximizing and Restoring HTML Images with the Absolute Method
    (Page 1 of 4 )

    Have you ever wanted to display an image on your web page that can be maximized and restored within the same page? Well, this article will show you how to do just that with JavaScript and Cascading Style Sheets. Prepare yourself for the Absolute Method.

    The phenomenon

    You must have come across web pages with images that can be enlarged (maximized) and restored within the same page. There is normally a small clickable area on the image. When you click this area, the image is maximized. When the image is maximized, there is a small clickable area on the image that restores the image to its original size if clicked. This phenomenon is common in e-commerce or shopping web sites.

    One way to have this done on your web page is to obtain (buy) a program that will produce the image with the small clickable area. When this area is clicked, the image will maximize or restore itself. You do not need to know how the program was written; you just use it to produce an image with the maximization and restoration characteristics. You can also do it yourself using JavaScript and Cascading Style Sheets. That is what I want to show you in this article. I call this the Absolute Method.

    You need to know the basics of HTML, JavaScript, and CSS in order to understand this method. I will use the image of a watch to explain the method. Two sizes of a watch image are given below (Fig.1 & Fig.2). The small one is the watch at its normal size. The bigger one is the watch at the maximized size.




    The small square with a black border at the bottom right of the normal sized image is the clickable area that allows you to maximize the image. The small overlapped squares at the bottom right of the maximized image let you restore the image to the smaller size.

    The method (Absolute Method)

    This is how the whole method works: there is the main image of interest, like the image of a watch, that will be maximized. There is a small image with the maximization symbol (square) and this image is made clickable (explained below). There is another small image with the restoration symbol (overlapped squares) and it is also made clickable. So there are three images. The restored and maximized sizes of the main image of interest are controlled via CSS (see below).

    The small image that is to be maximized is superimposed at the bottom right of the main image. When you click the small image, a JavaScript function is called. This function uses a CSS property to change (increase) the dimensions of the main image. I explain how to avoid resolution loss below. The function then hides the small maximization image. This same function now makes the small restoration image visible at the bottom right of the main image. The small restoration image was initially hidden.

    If you click this small restoration image, another JavaScript function is called. This function uses a CSS property to change (decrease) the dimensions of the main image to its original form. This function now hides the restoration image and makes the maximized image visible.

    More HTML Articles
    More By Chrysanthus Forcha


     

    HTML ARTICLES

    - Text on HTML Images: Do it Yourself
    - Custom Buttons in HTML
    - Quick Web Page Menu
    - Maximizing and Restoring HTML Images with th...
    - Maximizing and Restoring HTML Images with th...
    - Handling Hyperlinks and Images in HTML
    - Quick Start with HTML
    - HTML Tips
    - Color Composition and HTML
    - HTML Fonts, Styles, and Headers
    - Uses of the New Window Command for Web Sites
    - HTML Working with Images
    - HTML: Working with Special Characters
    - HTML Forms
    - HTML Tables


     
    Accelerating Trading Partner Performance
     
    Competing on Analytics
     
    Cost Effective Scaling with Virtualization and Coyote Point Systems
     
    Five Checkpoints to Implementing IP Telephony
     
    Hosted Email Security: Staying Ahead of New Threats
     





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway