Incredulous Z-index

I wish to place the smaller picture on top of and centered background picture.

<img align="right"  src="c:/mydesign/css/images/sliderbackground.jpg" width="470" heigth="290" z-index="-1" />
<img align="right" "src="c:/mydesign/css/images/bayfrontyard.jpg" name="slide" width="450" height="270" z-index="2" />

Simple is better.

Any ideas?

Thanks Rick

z-index doesn’t work unless the element has “position”, such as position: relative.

You’va also got an errant " in there:

<img align=“right” "src=“c:/mydesign/css/images/bayfrontyard.jpg” name=“slide” width=“450” height=“270” z-index=“2” />