[thelist] Simple CSS Question

Daniel Frey danieljohnfrey at yahoo.com
Tue Mar 25 07:45:24 CST 2003


> Just add a class attribute to the <img> tag : <img class="this_image"
> src="abc.gif" />

=============
Alternatively,

div.testme img
{
border: 1px solid red;
}

The above class will give all images in a div of class "testme" a solid red
1px border.

HTH,
Dan



More information about the thelist mailing list