Ellen Heitman wrote: > I want to use some drop shadows against a dark green background. All the > tutorials I have found are for white backgrounds. (I even tried some of > these with my background and the drop shadow didn't work.) Any ideas on how > to create drop shadows against colored backgrounds? Thanks! >
Very simple CSS drop-shadows on any background-color is easy enough to produce. <http://chelseacreekstudio.com/ca/cssd/shadow.html> Just a matter of using a darker shade of whatever the hue is for the shadow. Gets a little tougher trying to get the shades balanced when using two or more multiple shadows. The CSS3 text-shadow module could be a neat, easy and viable alternative, if it were not for the fact that it is so poorly supported cross-browser-- at least as of this writing. If you are trying to do a drop-shadow using images for the shadows; and, you have run into a CSS issue in positioning those images, you'll need to post a clickable link to the problem page. ______________________________________________________________________ css-discuss [[email protected]] 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/
