¡@

Home 

javascript Programming Glossary: darken

How to darken an image on mouseover?

http://stackoverflow.com/questions/1747637/how-to-darken-an-image-on-mouseover

to darken an image on mouseover My problem.. I have a number of images.. a number of images inside hyperlinks and I want each to darken on mouseover i.e. apply a black mask with high opacity or something.. To reiterate.. I want in image inslide a hyperlink to darken on mouseover and then lose its darkness on mouseout. Thoughts..

Variable shadowing in JavaScript

http://stackoverflow.com/questions/5373278/variable-shadowing-in-javascript

Programmatically Lighten or Darken a hex color

http://stackoverflow.com/questions/5560248/programmatically-lighten-or-darken-a-hex-color

a function I was working on to programmatically lighten or darken a hex color by a specific amount. Just pass in a string like.. col and an base10 integer amt for the amount to lighten or darken. To darken pass in a negative number i.e. 20 . The reason for.. base10 integer amt for the amount to lighten or darken. To darken pass in a negative number i.e. 20 . The reason for me to do..