Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is an Animated Image
What Is an Animated Image? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps
✍: FYIcenter.com
An animated image is a special image file saved in animated GIF format. When an animated image is displayed in a browser window, multiple image frames will be displayed in sequence to form a simple animation.
Here is a tutorial example with a server-side image map:
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Animated GIF Image</title> </head> <body> <h4>Animated GIF Image</h4> <p style="background-color: #eeeeee; padding: 8px;"> Are you getting lots of emails these days? <img src="/lots_of_email.gif"" alt="Lots of email"/> I am.</p> </body> </html>
If you save the above document as animated_image.html, download this
animated GIF image file and view it with Internet Explorer,
you will see an animated image embedded inline in a text paragraph as shown below:

2007-05-12, 5102👍, 0💬
Popular Posts:
What Is Paint Shop Pro? - PSP Tutorials - Fading Images to Background Colors with PSP Paint Shop Pro...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
How can I implement a variable field width with printf? That is, instead of something like %8d, I wa...
What Articles Have You Read about JUnit? There are a number of JUnit articles that you should read: ...