Thanks. It works
> try this:
> --------
> <html>
> <head>
> <title>two images</title>
> </head>
> <body>
> <!-- preload 2nd image --> <img
> src="http://www.dai.ed.ac.uk/HIPR2/images/cir3neg1.gif"
> style="display:none"
> />
> <img src="http://www.dai.ed.ac.uk/HIPR2/images/cir2neg1.gif"
>
> onmouseover='this.src="http://www.dai.ed.ac.uk/HIPR2/images/cir3neg1.gi
> f"'
>
> onmouseout='this.src="http://www.dai.ed.ac.uk/HIPR2/images/cir2neg1.gif
> "' />
> </body>
> </html>
> --------
>
> > -----Original Message-----
> > From: Ibatullin Nabi [mailto:nabi@c...]
> > Sent: Thursday, July 04, 2002 05:19
> > To: javascript
> > Subject: [javascript] img over another img
> >
> >
> > Hello
> > Can somebody help me,
> > I need to make code, so that there will be two images loaded,
> > one over
> > another. The one which is over is not shown, but when you put
> > mouse over
> > it, it shows itself over existing one.
> >
> > Thanks
> >
> >
> >
> >
> > ---
> >
> > Improve your web design skills with these new books from Glasshaus.
> >
> > Usable Web Menus
> > http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/th
> eprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramm
> e
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramm
> e
> r-20
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramm
> e
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramm
> e
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramm
> e
> r-20