Make Glow Effect With CSS

This glow effect trick with CSS is not a new trick. As the example you can see the glow effect when you mouse hover to any related post images at the end of this post. To make CSS glow effect is not hard, you just need to add 2 lines in your css class where you want your glow effect show.Here is the 2 lines:How to use it for an image:How to use for an input box:Since -moz-box-shadow property only work for Firefox, so this technique only work for Mozilla Firefox and friends … Read more...