I'm trying to create a drop-shadow around a div.
I want to put text in an inner div, but I can only get
the shadow to show around the outside of the inner div
if there's an image present.

How can I change this code to create the shadow around
the inner div without the image?  Is it possible?

Here's the code:

<DIV align="center">
<DIV style="height:35; width:35; filter:shadow (color:gray, strength:5,
direction:135);">
<IMG src="white_square.gif" border="1px solid black">
</DIV>
</DIV>

Thanks!

Rick


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

Reply via email to