Closed Thread Icon

Preserved Topic: netscape problem with layer and onmouseover... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18067" title="Pages that link to Preserved Topic: netscape problem with layer and onmouseover... (Page 1 of 1)" rel="nofollow" >Preserved Topic: netscape problem with layer and onmouseover... <span class="small">(Page 1 of 1)</span>\

 
911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-30-2001 14:43

hello guys!

look at this small test-site. in ie it works fine and in netscape it doesn´t.
http://www.sebastianpfeiffer.de/test/test.html

in netscape the layer always diapears but it shoudn´t. i hope someone could help me.


-----
911

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-30-2001 20:19

onMouseOver & onMouseOut doesn't work with DIVs in Netscape 4...

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-30-2001 23:12

so mr.max please tell me what i can do to get the same effect working in netscape.

----
911

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-31-2001 09:31

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-31-2001 13:45

thx for your quick help

----
911

ZOX
Bipolar (III) Inmate

From: Southern Alabama, USA
Insane since: Sep 2000

posted posted 05-31-2001 13:56

I am probably misunderstanding something, but I have used onmouseout and onmouseover in divs in netscape...

Like this for instance

function lightup(imgName) {
if (br== "netscape") {
document.nameofdiv.document[imgName].src = eval(imgName + "on.src");
}
else if (br== "explorer") {
document[imgName].src = eval(imgName + "on.src");
}

I just added the name of the div to the script.
But then what you are talking about is probably something much more sophisticated and advanced... If so, just ignore that I ever said anything

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-31-2001 14:22

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-31-2001 14:37

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-31-2001 16:42

InI : I used the code you show me above. it works fine.

but now i have another small bug in netscape 4.7! when i go over the button, the layer apperas. now i move my mouse over the layer and the layer didn´t disappear(that´s what i wanted). and now if i move my mouse over the button again the layer disappear (only in netscape). but the layer should be visible until i leave the button or the layer.

look at this again: http://www.sebastianpfeiffer.de/test/test.html

thx

----
911


InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-31-2001 16:56

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-31-2001 17:20

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-31-2001 17:25

thx, i will work on it...

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-31-2001 18:50

hmm! the script won´t work like i want. i set a flag but the layer always disappears.

please have a look on it:
http://www.sebastianpfeiffer.de/test/test.html

(it is alwys the same. things are really easy in ie and f***ing hard in nn.)

----
911

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 05-31-2001 21:29

hmm works like a champ for me
NN 4.7 Win 2K


Walking the Earth like Kane

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 05-31-2001 21:37

... but i didn´t work how it should. win2k + nn4.7

try this in ie and nn:
- move the mouse over the button, the layer appears
- move the mouse over the layer, the layer is still visible
ok, and now the nn4.7 bug i have to fix
- move the mouse back over the button and the layer disappears, but it should be visible

that´s the problem. so please help me (dhtml-beginner)



----
911

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 06-01-2001 11:47

hey guys!

i definitively need your help to fix this problem. please post some hints or solutions.


« BackwardsOnwards »

Show Forum Drop Down Menu