I want to add a glowing effect when I mouse over a button or image. How do I do this with javascript, jquery, or CSS? Here is an example of what I want it to look http://www.flashuser.net/flash-menus/tutorial-flash-glow-buttons-menu.html
Can someone give me some sample code?
Thanks in advance
If you dont mind targeting modern browsers you can use CSS transitions and box-shadow properties, no JS needed.
Check out this site here:
http://designshack.co.uk/articles/css/5-cool-css-hover-effects-you-can-copy-and-paste
(Scroll down until you see Fade-in and Reflect)
Demo here: http://designshack.co.uk/tutorialexamples/HoverEffects/Ex5.html