ZeBula8
Feb 21st, 2005, 07:34 PM
i have an asp.net app that i want to
set up to have image(s) change based on
the user mousing over an existing image.
my problem is the image on mouseover just vanishes.
i don't understand what is happening... here is code i
am using:
help please...
<IMG id="DecBZ" onmouseover="document.DecBZ.src='images\birthstone\julruby.jpg'"
style="Z-INDEX: 118; LEFT: 465px; POSITION: absolute; TOP: 175px" onmouseout="document.DecBZ.src='images\birthstone\DecBlueZircon.jpg'" height="21"
alt="Blue Zircon" src="images\birthstone\DecBlueZircon.jpg" width="23" name="DecBZ" runat="server">
set up to have image(s) change based on
the user mousing over an existing image.
my problem is the image on mouseover just vanishes.
i don't understand what is happening... here is code i
am using:
help please...
<IMG id="DecBZ" onmouseover="document.DecBZ.src='images\birthstone\julruby.jpg'"
style="Z-INDEX: 118; LEFT: 465px; POSITION: absolute; TOP: 175px" onmouseout="document.DecBZ.src='images\birthstone\DecBlueZircon.jpg'" height="21"
alt="Blue Zircon" src="images\birthstone\DecBlueZircon.jpg" width="23" name="DecBZ" runat="server">