> Thank you, David...as I was applying your source to my page,
> it seemed necessary to have the class specified within the
> <img> tag...why is that?
> 
> the img tag is already inside that div..is inserting the
> class="" a way of making it extra-clear that this is to
> apply to the image itself?
> 

Actually you can apply the css to the img directly like this:

img {
        border:1px solid red;
        border-bottom-left-radius:20px;
        display: block;
}

Good luck.



______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to