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)
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.