A
Andy
Is there a way to overlay a Red X on top of a .jpg image so the image still
is visible but X'd out?
function XitOut{
if(document.me.Quantity.value == 0)
{
Put a X over the .jpg image(Okay, I know thats not JS)
}
}
Andy
is visible but X'd out?
function XitOut{
if(document.me.Quantity.value == 0)
{
Put a X over the .jpg image(Okay, I know thats not JS)
}
}
Andy