opera.general
[Top] [All Lists]

Re: Opera not displaying image as it should... Please test.

Subject: Re: Opera not displaying image as it should... Please test.
From: "Marko Matic"
Date: Fri, 08 Jul 2005 14:25:52 +0200
Newsgroups: opera.general
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/

<Prev in Thread] Current Thread [Next in Thread>