Quote:
Originally Posted by BigAlReturns
Can it be done? Well, almost, you only need one image and some CSS and you can create some really nice effects that leave your text intact. Technique is described here Any other fancy techniques anyone wants to share?
|
You don't need images for that!
I don't have an example, but I messed around making drop shadows for images, buy applying a whole bunch of nested DIV tags with various border colours, background colours, positions etc. to create a smooth gradient shadow effect.
I wouldn't recommend it though as it makes your markup look quite messy. They do tend to reduce your download size a little though as the code to generate your own shadow is less than the size of an image file which does the same thing. I don't do this anymore, but it's definitely possible.