Re: adding shadow to picture
Direct Style
<img class="noborder" src=http://mypic.de/pic.jpg alt="A Picture with
Shadow..." style="border-bottom: 1px solid #808080;border-right: 1px solid
#808080;border-top: 1px solid #000000;border-left: 1px solid #000000;">
CSS or
add into a separate .css file
..myshadow {
border-bottom: 1px solid #808080;
border-right: 1px solid #808080;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
}
<img class="myshadow" src=http://mypic.de/pic.jpg alt="A Picture with
Shadow...">
imag
"Acer" <taja2005@hotmail.com> schrieb im Newsbeitrag
news:eJead.274979$Uy1.13960243@phobos.telenet-ops.be...
> hi,
>
> what's the best way to display pictures with an automatic generated shadow
?
>
>
|