[Javascript] Refresh an image, change an image

Chris T christ at saeweb.com
Fri Jun 11 13:28:20 CDT 2004


How so?  Without a DIV, you could always a) create a style declaration for
all images b) assign an ID to a particular image and create a style for that
ID or c) assign it a class name and create a style for the class.

And you can also script it too based off of a name or ID attribute.

Chris Tifer
http://emailajoke.com


----- Original Message ----- 
From: "Scott Hamm" <ScottHam at clientlogic.com>
To: "'[JavaScript List]'" <javascript at LaTech.edu>
Sent: Friday, June 11, 2004 1:58 PM
Subject: RE: [Javascript] Refresh an image, change an image


> Wrapping the image in a div provides many possibilities when it comes
around
> to CSS design. When you only use img tag without division, it will only
> reduce on how much you could do with CSS.




More information about the Javascript mailing list