/    Sign up×
Community /Pin to ProfileBookmark

Dropshadow to match image width

I Have a dynamic List of images populated from the database, I want to place dropshadows on the images. Problem is the images vary in width is there anyway to make the dropshadow match the width of the image.

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@CentauriJan 13.2008 — Maybe this article or this one may do what you want.
Copy linkTweet thisAlerts:
@Nate1authorJan 13.2008 — .NET
[code=php]
<table cellpadding="0" cellspacing="0" style="border:none;">
<tr>
<td>
<a href="ViewListing.aspx?LID=<%# Eval("iListingID") %>">
<img name="image<%# Eval("iListingID") %>" id="" title='View related Information' class="ListingMainPhoto" alt='Images From RotoruaToday' src='<%# Eval("sThumbNail") %>' /></a>
</td>
<td><div class="rightShadow">&nbsp;</div></td></tr>
<tr>
<td><div class="BottomShadow">&nbsp;</div></td>
<td class="BottomRightShadow">&nbsp;</td>

</tr>
</table> [/code]



[code=php].rightShadow
{
background: url('../Images/Shadows/RightShadow.png') repeat-y top left;
height:70px;
margin-top:5px;
}

.BottomShadow
{
background: url('../Images/Shadows/BottomShadow.png') repeat-x top left;
margin-left:3px;
}
.BottomRightShadow
{
background: url('../Images/Shadows/BottomRight.png') repeat-x top left;
}[/code]
×

Success!

Help @Nate1 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...