jeffrey morin wrote:
>
> Kata - It looks like it is already liquid for the most part. But given the
> shape of my bottom corners it's not giving me the result I want. Since you
> have to set a width on the bottom left corner. i put a test up so if anyone
> has any suggestions let me know. I am going to play with the table idea you
> had.
>
> http://myinternets.org/tests/shadow.html
>
> Thanks,
> Jeff
>   




 Create a single image drop-shadow frame-block in photoshop for all the 
images that is of the same size: for, example, 400 x 400. Scale the 
individual images and drop them on that frame-block in photoshop.
Assign this CSS (without a height or width assigned to the frame-block 
image in the markup).

img {
display: block;
max-width: 96%;
height: auto;
}
Best,
`d




-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@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