adding shadow to picture

This is a discussion on adding shadow to picture within the PHP Language forums, part of the PHP Programming Forums category; hi, what's the best way to display pictures with an automatic generated shadow ?...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-10-2004
Acer
 
Posts: n/a
Default adding shadow to picture

hi,

what's the best way to display pictures with an automatic generated shadow ?


Reply With Quote
  #2 (permalink)  
Old 10-10-2004
Recep Uzun
 
Posts: n/a
Default 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

?
>
>



Reply With Quote
  #3 (permalink)  
Old 10-20-2004
gsv2com
 
Posts: n/a
Default Re: adding shadow to picture

The shadow Recep Uzun posted will show up as a blocky border--hardly as a
shadow. If you're interested in a realistic looking shadow for your images
you may want to learn the CSS technique discussed here:
http://www.alistapart.com/articles/onionskin/

dk

"Recep Uzun" <ruzun@yahoo.com> wrote in message
news:ckcevl$spn$03$1@news.t-online.com...
> 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
> ?
> >
> >

>
>



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:02 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0