DHTML
  Home arrow DHTML arrow Page 3 - Filters And Transitions In IE5
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 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? 
Google.com  
DHTML

Filters And Transitions In IE5
By: icarus, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 9
    2000-10-31


    Table of Contents:
  • Filters And Transitions In IE5
  • Filtering Out The Good Stuff
  • A Little Transparency
  • Shadow Boxing
  • Putting On Your Mask
  • Scripting Your Filters
  • Into The Blender
  • Revealing The Secret
  • Zig And Zag

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log 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


    Filters And Transitions In IE5 - A Little Transparency
    ( Page 3 of 9 )

    Let's now get into the guts of the various filters available to the Web developer. You've already seen the "flipV" filter, used to flip an object vertically - and Internet Explorer also comes with a corresponding "flipH" filter, used to flip objects horizontally. Take a look.

    <html> <head> <style type="text/css"> div.flipped {position: absolute; top: 0; left: 0; font-family: Arial; font-weight: bolder; filter: flipH} </style> </head> <body> <div class="flipped"> I'm flippin' out here! </div> </body> </html> The very powerful "alpha" filter allows you to control the alpha, or transparency, levels of the image. By specifying the level of opacity on a scale on a 0 to 100 scale, you can alter the appearance of an image substantially.
    <html>
    <head>
    </head>
    
    <body>
    
    <img src="face.gif" border="0" style="filter: alpha(opacity=50)">
    
    </body>
    </html>
    
    and

    Or you could also make the image vanish completely - although why you would want to do this is beyond me!
    <html>
    <head>
    </head>
    
    <body>
    
    <img src="square.gif" border="0" style="filter: alpha(opacity=0)">
    
    </body>
    </html>
    
    Now you see it, now you don't!

    This article copyright Melonfire 2000. All rights reserved.

     
     
    >>> More DHTML Articles          >>> More By icarus, (c) Melonfire
     

       

    DHTML ARTICLES

    - Rough Guide To The DOM (part 2)
    - Rough Guide To The DOM (part 1)
    - Filters And Transitions In IE5
    - Understanding Embedded Fonts




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek