Forum Moderators: open

Message Too Old, No Replies

Bring picture to front onclick

         

walker

4:44 pm on Mar 22, 2005 (gmt 0)

10+ Year Member



Hi

As an example - if I had two pictures on a page one over lapping the other, does anyone know how to put an onclick command on the back one to bring to the front!

Kind regards

Walker.

BlobFisk

4:54 pm on Mar 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How are you doing the overlapping? Using divs? You could put an onclickevent on each div to increase its z-index by (say) 1. This will move it above the other image.

HTH