|
|
On Fri, 08 Jul 2005 14:05:02 +0200, Eik <spam@xxxxxxxxxxx> wrote:
On Fri, 08 Jul 2005 12:42:14 +0100, Marko Matic
<maticmarko@xxxxxxxxxxxxx> wrote:
onmouseover is executed but only "showlayer" function...
In the snippet you pasted, you haven't ended the opening SPAN tag. If
that isn't the problem on the real page, what happens if you use proper
DOM methods:
Yes, it's working now. Thank you.
<span onmouseout="
hidelayer('intl_help');
this.getElementsByTagName('img')[0].src='files/ctx_question_inactive.gif'"
onmouseover="
showlayer('intl_help');
document.getElementById('image3').src='files/ctx_question_active.gif'"
<img src="files/ctx_question_inactive.gif" id="image3" width="17"
height="17" border="0">
</span>
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
|
|