Forum Moderators: not2easy
I have an image and I would like to display effects on top of it.
I place an absolutely positioned div somewhere on the image, giving it the following attributes:
* left
* top
* width
* height
* z-index
I would like to make the portion of the image just below the div a bit more bright. Is that possible?
I am using IE 6.0
thanks
Another possibility is to use a .gif image with, say, one out of four pixels white (or light yellow) and the other three transparent. Overlay a portion of the image with the .gif and it will appear to have brightened.