Onmouseover popup

Discussion in 'JavaScript' started by bobby9101, May 26, 2006.

  1. #1
    I'd like a javascript onmouseover to display a popup similar to this:
    http://www.text-link-ads.com/SEO-C218/Page-3/
    hover over one of the "reveal" links, but I would like to display an image. like this
    onmouseover=" src'=images/smile.gif'" onmouseout=""
    any ideas?
     
    bobby9101, May 26, 2006 IP
  2. abs0lute

    abs0lute Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <img src="IMAGE1.jpg" onmouseover='src="IMAGE2.jpg"' onmouseout='src="IMAGE1.jpg"'> and thats all
     
    abs0lute, May 30, 2006 IP