|
Bring image/div/whatever to front
I'm trying to build a Javascript function on my page that will bring an item, be it an image, a div or whatever, to the front, or top. I'm trying to do it using the function to change the zindex when clicked. Having no luck at all. I just want to use onclick() to call the function, but nothing I've tried works. Any suggestions? Has anyone successfully done this in the past? Thanks for any help.
|