Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] FW: whats wrong


  • From: iztok.polanic at amis.net (Iztok Polanic)
  • Subject: [Javascript] FW: whats wrong
  • Date: Sat Jul 24 11:34:23 2004

Hi!

Can someone please tell me what's wrong with this <img> tag:

<img border="0" src="images/podjetje.jpg" id="podjetje"
onMouseOver="document.getElementById('podjetje').style.visibility =
'hidden';"
onMouseOut="document.getElementById('podjetje').style.visibility =
'visible';">

If I move my mouse over the image,the image disappears. But If I move my
mouse on the image, the image is displaying and disappearing. I'm going
nuts.

Bye,

Iztok